summaryrefslogtreecommitdiffstats
path: root/dom/filesystem/GetFilesTask.cpp
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-20 14:17:32 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-20 14:17:32 +0200
commit2def229da3465b40a95636800f5e148e0c25d896 (patch)
treec75a428df1ca9acd1114f66350d93b623a2b45f0 /dom/filesystem/GetFilesTask.cpp
parent0edde46e19e94c41ea62874a7e1c11537033b1d2 (diff)
downloadUXP-2def229da3465b40a95636800f5e148e0c25d896.tar
UXP-2def229da3465b40a95636800f5e148e0c25d896.tar.gz
UXP-2def229da3465b40a95636800f5e148e0c25d896.tar.lz
UXP-2def229da3465b40a95636800f5e148e0c25d896.tar.xz
UXP-2def229da3465b40a95636800f5e148e0c25d896.zip
Issue #80 - De-unify dom/filesystem
Diffstat (limited to 'dom/filesystem/GetFilesTask.cpp')
-rw-r--r--dom/filesystem/GetFilesTask.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/filesystem/GetFilesTask.cpp b/dom/filesystem/GetFilesTask.cpp
index 6682fb7d3..b283eec54 100644
--- a/dom/filesystem/GetFilesTask.cpp
+++ b/dom/filesystem/GetFilesTask.cpp
@@ -15,9 +15,12 @@
#include "mozilla/dom/Promise.h"
#include "mozilla/dom/ipc/BlobChild.h"
#include "mozilla/dom/ipc/BlobParent.h"
+#include "mozilla/ipc/BackgroundParent.h"
#include "nsIFile.h"
#include "nsStringGlue.h"
+using namespace mozilla::ipc;
+
namespace mozilla {
namespace dom {