diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-17 14:14:09 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-20 13:57:24 +0000 |
commit | e50cfc7b63c420fe8e3b9f61de7ab48df2b0a125 (patch) | |
tree | be6b617768f5f0f566c4d513d141faeede5d6ddd /netwerk/cache2/CacheFileContextEvictor.cpp | |
parent | 8bbc95988ab77c1f7dc7da2a33e5010e00ccdde9 (diff) | |
download | UXP-e50cfc7b63c420fe8e3b9f61de7ab48df2b0a125.tar UXP-e50cfc7b63c420fe8e3b9f61de7ab48df2b0a125.tar.gz UXP-e50cfc7b63c420fe8e3b9f61de7ab48df2b0a125.tar.lz UXP-e50cfc7b63c420fe8e3b9f61de7ab48df2b0a125.tar.xz UXP-e50cfc7b63c420fe8e3b9f61de7ab48df2b0a125.zip |
Issue #80 - De-unify netwerk/cache2
Diffstat (limited to 'netwerk/cache2/CacheFileContextEvictor.cpp')
-rw-r--r-- | netwerk/cache2/CacheFileContextEvictor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netwerk/cache2/CacheFileContextEvictor.cpp b/netwerk/cache2/CacheFileContextEvictor.cpp index acf089b79..65feb4462 100644 --- a/netwerk/cache2/CacheFileContextEvictor.cpp +++ b/netwerk/cache2/CacheFileContextEvictor.cpp @@ -8,6 +8,7 @@ #include "CacheIndex.h" #include "CacheIndexIterator.h" #include "CacheFileUtils.h" +#include "CacheObserver.h" #include "nsIFile.h" #include "LoadContextInfo.h" #include "nsThreadUtils.h" |