| Index: net/disk_cache/disk_cache.h
|
| diff --git a/net/disk_cache/disk_cache.h b/net/disk_cache/disk_cache.h
|
| index d4cb804fcacf089a146cc69fbc1a1c5f8acd2620..3ae8bf4369b14858742d20d1cfc1f63e14955e92 100644
|
| --- a/net/disk_cache/disk_cache.h
|
| +++ b/net/disk_cache/disk_cache.h
|
| @@ -50,9 +50,11 @@ class Backend;
|
| NET_EXPORT int CreateCacheBackend(net::CacheType type,
|
| net::BackendType backend_type,
|
| const base::FilePath& path,
|
| - int max_bytes, bool force,
|
| + int max_bytes,
|
| + bool force,
|
| base::MessageLoopProxy* thread,
|
| - net::NetLog* net_log, Backend** backend,
|
| + net::NetLog* net_log,
|
| + scoped_ptr<Backend>* backend,
|
| const net::CompletionCallback& callback);
|
|
|
| // The root interface for a disk cache instance.
|
|
|