diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-23 12:07:55 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-26 10:19:55 +0200 |
commit | 16c8dff724b32254f8075de2f57b8770d2ba3928 (patch) | |
tree | 7bfc3321d42e259c65d67bf30b6f2ef717652ecf /dom/quota/StorageManager.cpp | |
parent | 3595b9eecf7fd28ee4faa160c274e64069d749a4 (diff) | |
download | UXP-16c8dff724b32254f8075de2f57b8770d2ba3928.tar UXP-16c8dff724b32254f8075de2f57b8770d2ba3928.tar.gz UXP-16c8dff724b32254f8075de2f57b8770d2ba3928.tar.lz UXP-16c8dff724b32254f8075de2f57b8770d2ba3928.tar.xz UXP-16c8dff724b32254f8075de2f57b8770d2ba3928.zip |
Issue #80 - De-unify dom/quota
Diffstat (limited to 'dom/quota/StorageManager.cpp')
-rw-r--r-- | dom/quota/StorageManager.cpp | 3 |
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 { |