summaryrefslogtreecommitdiffstats
path: root/dom/quota/StorageManager.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-04-23 12:07:55 +0000
committerMoonchild <moonchild@palemoon.org>2020-04-23 12:07:55 +0000
commitf2e99fecfdb1bfc31361fac6631e5dfdb5cfa616 (patch)
treeb1ff33b4e9d6530bed4a384b1302c16b26b65b13 /dom/quota/StorageManager.cpp
parent822533971544edfafc56cacbefa5b413ac3e6551 (diff)
downloadUXP-f2e99fecfdb1bfc31361fac6631e5dfdb5cfa616.tar
UXP-f2e99fecfdb1bfc31361fac6631e5dfdb5cfa616.tar.gz
UXP-f2e99fecfdb1bfc31361fac6631e5dfdb5cfa616.tar.lz
UXP-f2e99fecfdb1bfc31361fac6631e5dfdb5cfa616.tar.xz
UXP-f2e99fecfdb1bfc31361fac6631e5dfdb5cfa616.zip
Issue #80 - De-unify dom/quota
Diffstat (limited to 'dom/quota/StorageManager.cpp')
-rw-r--r--dom/quota/StorageManager.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/quota/StorageManager.cpp b/dom/quota/StorageManager.cpp
index 4e9f0cf8c..3aad3c3e7 100644
--- a/dom/quota/StorageManager.cpp
+++ b/dom/quota/StorageManager.cpp
@@ -13,9 +13,12 @@
#include "mozilla/ErrorResult.h"
#include "nsIQuotaCallbacks.h"
#include "nsIQuotaRequests.h"
+#include "nsIQuotaResults.h"
#include "nsPIDOMWindow.h"
+#include "QuotaManagerService.h"
using namespace mozilla::dom::workers;
+using namespace mozilla::dom::quota;
namespace mozilla {
namespace dom {