summaryrefslogtreecommitdiffstats
path: root/netwerk/cache/nsDiskCacheDeviceSQL.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-17 11:06:45 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-20 13:57:16 +0000
commit8bbc95988ab77c1f7dc7da2a33e5010e00ccdde9 (patch)
tree82d06a2fd75fac2371dcaafef82403515020e213 /netwerk/cache/nsDiskCacheDeviceSQL.cpp
parented9eb8f72285b19fd0ddfa805f938abe71402902 (diff)
downloadUXP-8bbc95988ab77c1f7dc7da2a33e5010e00ccdde9.tar
UXP-8bbc95988ab77c1f7dc7da2a33e5010e00ccdde9.tar.gz
UXP-8bbc95988ab77c1f7dc7da2a33e5010e00ccdde9.tar.lz
UXP-8bbc95988ab77c1f7dc7da2a33e5010e00ccdde9.tar.xz
UXP-8bbc95988ab77c1f7dc7da2a33e5010e00ccdde9.zip
Issue #80 - De-unify netwerk/cache
Diffstat (limited to 'netwerk/cache/nsDiskCacheDeviceSQL.cpp')
-rw-r--r--netwerk/cache/nsDiskCacheDeviceSQL.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/netwerk/cache/nsDiskCacheDeviceSQL.cpp b/netwerk/cache/nsDiskCacheDeviceSQL.cpp
index f4b1d72c9..69cc15130 100644
--- a/netwerk/cache/nsDiskCacheDeviceSQL.cpp
+++ b/netwerk/cache/nsDiskCacheDeviceSQL.cpp
@@ -10,6 +10,7 @@
#include "mozilla/Attributes.h"
#include "mozilla/Sprintf.h"
#include "mozilla/ThreadLocal.h"
+#include "mozilla/Unused.h"
#include "nsCache.h"
#include "nsDiskCache.h"
@@ -57,6 +58,7 @@ using namespace mozilla::storage;
using mozilla::NeckoOriginAttributes;
static const char OFFLINE_CACHE_DEVICE_ID[] = { "offline" };
+static NS_DEFINE_CID(kCacheServiceCID, NS_CACHESERVICE_CID);
#define LOG(args) CACHE_LOG_DEBUG(args)