diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-23 12:07:55 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-04-23 12:07:55 +0000 |
commit | f2e99fecfdb1bfc31361fac6631e5dfdb5cfa616 (patch) | |
tree | b1ff33b4e9d6530bed4a384b1302c16b26b65b13 /dom/quota/StorageManager.h | |
parent | 822533971544edfafc56cacbefa5b413ac3e6551 (diff) | |
download | UXP-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.h')
-rw-r--r-- | dom/quota/StorageManager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/quota/StorageManager.h b/dom/quota/StorageManager.h index 162390f48..11dc01b6f 100644 --- a/dom/quota/StorageManager.h +++ b/dom/quota/StorageManager.h @@ -7,8 +7,10 @@ #ifndef mozilla_dom_StorageManager_h #define mozilla_dom_StorageManager_h +#include "mozilla/ErrorResult.h" #include "nsCOMPtr.h" #include "nsCycleCollectionParticipant.h" +#include "nsIGlobalObject.h" #include "nsISupports.h" #include "nsWrapperCache.h" |