Issue #80 - De-unify netwerk/cache

This commit is contained in:
Moonchild 2020-05-17 11:06:45 +00:00 committed by Roy Tam
commit fd7e75b6e6
2 changed files with 3 additions and 1 deletions

View file

@ -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)