summaryrefslogtreecommitdiffstats
path: root/dom/filesystem/FileSystemRequestParent.cpp
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-20 14:17:32 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-24 10:36:01 +0200
commit99d23484bb98d9509b15502a6275aa5245925940 (patch)
treef0f785d39f770266f88c2fdde9f961e8166395ba /dom/filesystem/FileSystemRequestParent.cpp
parent376bc050a602edab56353d3a5c3f525fb32af9c6 (diff)
downloadUXP-99d23484bb98d9509b15502a6275aa5245925940.tar
UXP-99d23484bb98d9509b15502a6275aa5245925940.tar.gz
UXP-99d23484bb98d9509b15502a6275aa5245925940.tar.lz
UXP-99d23484bb98d9509b15502a6275aa5245925940.tar.xz
UXP-99d23484bb98d9509b15502a6275aa5245925940.zip
Issue #80 - De-unify dom/filesystem
Diffstat (limited to 'dom/filesystem/FileSystemRequestParent.cpp')
-rw-r--r--dom/filesystem/FileSystemRequestParent.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/filesystem/FileSystemRequestParent.cpp b/dom/filesystem/FileSystemRequestParent.cpp
index 0b9d6c18a..95a316b96 100644
--- a/dom/filesystem/FileSystemRequestParent.cpp
+++ b/dom/filesystem/FileSystemRequestParent.cpp
@@ -9,12 +9,15 @@
#include "GetDirectoryListingTask.h"
#include "GetFileOrDirectoryTask.h"
+#include "GetFilesTask.h"
+#include "OSFileSystem.h"
#include "mozilla/AppProcessChecker.h"
#include "mozilla/dom/ContentParent.h"
#include "mozilla/dom/FileSystemBase.h"
#include "mozilla/dom/FileSystemSecurity.h"
#include "mozilla/ipc/BackgroundParent.h"
+#include "mozilla/Preferences.h"
#include "mozilla/Unused.h"
#include "nsProxyRelease.h"