| Index: net/disk_cache/simple/simple_synchronous_entry.cc
|
| diff --git a/net/disk_cache/simple/simple_synchronous_entry.cc b/net/disk_cache/simple/simple_synchronous_entry.cc
|
| index 11a742199335d65dbd6af118ca01d15467ad2074..509755a0508ad76243c2a29f3e37576c53ac19ef 100644
|
| --- a/net/disk_cache/simple/simple_synchronous_entry.cc
|
| +++ b/net/disk_cache/simple/simple_synchronous_entry.cc
|
| @@ -85,7 +85,7 @@ void SimpleSynchronousEntry::CreateEntry(
|
| void SimpleSynchronousEntry::DoomEntry(
|
| const FilePath& path,
|
| const std::string& key,
|
| - scoped_refptr<TaskRunner> callback_runner,
|
| + const scoped_refptr<TaskRunner>& callback_runner,
|
| const net::CompletionCallback& callback) {
|
| for (int i = 0; i < kSimpleEntryFileCount; ++i) {
|
| FilePath to_delete = path.AppendASCII(GetFilenameFromKeyAndIndex(key, i));
|
|
|