| 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 7daf381541a32fd07486f83c29bf60223c4c5520..76eae5b578cb49777221e3abfe772f609a21b988 100644
|
| --- a/net/disk_cache/simple/simple_entry_impl.h
|
| +++ b/net/disk_cache/simple/simple_entry_impl.h
|
| @@ -217,7 +217,8 @@ class SimpleEntryImpl : public Entry, public base::RefCounted<SimpleEntryImpl>,
|
| scoped_ptr<int> result);
|
|
|
| // Called after an asynchronous doom completes.
|
| - void DoomOperationComplete(const CompletionCallback& callback,
|
| + void DoomOperationComplete(const base::WeakPtr<SimpleBackendImpl>& backend,
|
| + const CompletionCallback& callback,
|
| State state_to_restore,
|
| int result);
|
|
|
|
|