diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-20 14:17:32 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-20 14:17:32 +0200 |
commit | 2def229da3465b40a95636800f5e148e0c25d896 (patch) | |
tree | c75a428df1ca9acd1114f66350d93b623a2b45f0 /dom/filesystem/FileSystemRequestParent.cpp | |
parent | 0edde46e19e94c41ea62874a7e1c11537033b1d2 (diff) | |
download | UXP-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/FileSystemRequestParent.cpp')
-rw-r--r-- | dom/filesystem/FileSystemRequestParent.cpp | 3 |
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" |