summaryrefslogtreecommitdiffstats
path: root/dom/filesystem/FileSystemTaskBase.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/FileSystemTaskBase.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/FileSystemTaskBase.cpp')
-rw-r--r--dom/filesystem/FileSystemTaskBase.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/filesystem/FileSystemTaskBase.cpp b/dom/filesystem/FileSystemTaskBase.cpp
index 481002b7d..e9eed90ee 100644
--- a/dom/filesystem/FileSystemTaskBase.cpp
+++ b/dom/filesystem/FileSystemTaskBase.cpp
@@ -19,6 +19,8 @@
#include "mozilla/Unused.h"
#include "nsProxyRelease.h"
+using namespace mozilla::ipc;
+
namespace mozilla {
namespace dom {