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 353ee4a82b6fd05ef5228a45c077c225d89a068f..a6426141e820e95136b1a7c1276365fca59efc05 100644 |
--- a/net/disk_cache/simple/simple_entry_impl.h |
+++ b/net/disk_cache/simple/simple_entry_impl.h |
@@ -99,6 +99,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, |