Index: net/disk_cache/simple/simple_entry_impl.h |
diff --git a/net/disk_cache/simple/simple_entry_impl.h b/net/disk_cache/simple/simple_entry_impl.h |
index ef122279ab4c8682f5fba66b779cd5f11e74ffbe..616aaddf7663fadbd28c782a386cd13d436868c6 100644 |
--- a/net/disk_cache/simple/simple_entry_impl.h |
+++ b/net/disk_cache/simple/simple_entry_impl.h |
@@ -100,6 +100,7 @@ class SimpleEntryImpl : public Entry { |
// operation, such as ReadData() or WriteData(). Calls |completion_callback|. |
// If |entry| no longer exists, then it ensures |sync_entry| is closed. |
static void EntryOperationComplete( |
+ base::WeakPtr<SimpleIndex> index, |
const CompletionCallback& completion_callback, |
base::WeakPtr<SimpleEntryImpl> entry, |
SimpleSynchronousEntry* sync_entry, |