diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-25 21:01:30 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-25 21:01:30 +0200 |
commit | d30239c5dbf87821097959faaaea295a3fb01eb0 (patch) | |
tree | f28f78d4fa0a3a4c5a97f2548def7b60a04e4c37 /dom/quota | |
parent | bceb13e66db7095ffeab737f8007b1ebd23b24f6 (diff) | |
download | uxp-d30239c5dbf87821097959faaaea295a3fb01eb0.tar.gz |
Issue mcp-graveyard/UXP#80 - Fix include in dom/quota
Reported by Luke.
Diffstat (limited to 'dom/quota')
-rw-r--r-- | dom/quota/QuotaManagerService.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/quota/QuotaManagerService.cpp b/dom/quota/QuotaManagerService.cpp index fb5f0f3a17..bd811dc9b3 100644 --- a/dom/quota/QuotaManagerService.cpp +++ b/dom/quota/QuotaManagerService.cpp @@ -16,6 +16,7 @@ #include "mozilla/ipc/BackgroundParent.h" #include "mozilla/ipc/BackgroundUtils.h" #include "mozilla/ipc/PBackgroundChild.h" +#include "nsContentUtils.h" #include "nsIIdleService.h" #include "nsIIPCBackgroundChildCreateCallback.h" #include "nsIObserverService.h" |