summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/disk_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/disk_cache.h')
-rw-r--r--net/disk_cache/disk_cache.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/disk_cache/disk_cache.h b/net/disk_cache/disk_cache.h
index 18dd447..59efe06 100644
--- a/net/disk_cache/disk_cache.h
+++ b/net/disk_cache/disk_cache.h
@@ -25,7 +25,6 @@ class MessageLoopProxy;
namespace net {
class IOBuffer;
-class NetLog;
}
namespace disk_cache {
@@ -51,8 +50,7 @@ typedef net::CompletionCallback CompletionCallback;
// completes (the callback is notified).
int CreateCacheBackend(net::CacheType type, const FilePath& path, int max_bytes,
bool force, base::MessageLoopProxy* thread,
- net::NetLog* net_log, Backend** backend,
- CompletionCallback* callback);
+ Backend** backend, CompletionCallback* callback);
// The root interface for a disk cache instance.
class Backend {