diff options
Diffstat (limited to 'net/disk_cache/disk_cache.h')
-rw-r--r-- | net/disk_cache/disk_cache.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/disk_cache/disk_cache.h b/net/disk_cache/disk_cache.h index d2e01a0..e27d24c 100644 --- a/net/disk_cache/disk_cache.h +++ b/net/disk_cache/disk_cache.h @@ -17,9 +17,8 @@ #include "net/base/completion_callback.h" #include "net/base/net_export.h" -class FilePath; - namespace base { +class FilePath; class MessageLoopProxy; } @@ -48,7 +47,8 @@ class Backend; // be invoked when a backend is available or a fatal error condition is reached. // The pointer to receive the |backend| must remain valid until the operation // completes (the callback is notified). -NET_EXPORT int CreateCacheBackend(net::CacheType type, const FilePath& path, +NET_EXPORT int CreateCacheBackend(net::CacheType type, + const base::FilePath& path, int max_bytes, bool force, base::MessageLoopProxy* thread, net::NetLog* net_log, Backend** backend, |