Bug 1312754 (prereq) - Fix compile issues caused by shuffling around unified files. r=mayhemer

MozReview-Commit-ID: 1FIopeftM6G

--HG--
extra : rebase_source : 8c2bae2051b1459b7304a1208990193581fa84d9
This commit is contained in:
Nicholas Hurley 2017-01-10 06:34:49 -08:00
Родитель 778b18b977
Коммит daad6c8f13
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -5,8 +5,13 @@
#include "nsTemporaryFileInputStream.h"
#include "nsStreamUtils.h"
#include "mozilla/ipc/InputStreamUtils.h"
#include "private/pprio.h"
#include <algorithm>
using namespace mozilla;
using namespace mozilla::ipc;
typedef mozilla::ipc::FileDescriptor::PlatformHandleType FileHandleType;
NS_IMPL_ISUPPORTS(nsTemporaryFileInputStream,