Index: net/disk_cache/simple/simple_synchronous_entry.h |
diff --git a/net/disk_cache/simple/simple_synchronous_entry.h b/net/disk_cache/simple/simple_synchronous_entry.h |
index 6d7eac0362e9a911fdd0527425bb1dd14b91d75c..f91262cb6a7683c34010e05c461b597ff1522347 100644 |
--- a/net/disk_cache/simple/simple_synchronous_entry.h |
+++ b/net/disk_cache/simple/simple_synchronous_entry.h |
@@ -60,7 +60,7 @@ class SimpleSynchronousEntry { |
// run by |callback_runner|. |
static void DoomEntry(const base::FilePath& path, |
const std::string& key, |
- scoped_refptr<base::TaskRunner> callback_runner, |
+ const scoped_refptr<base::TaskRunner>& callback_runner, |
rvargas (doing something else)
2013/04/17 19:56:38
this should be a plain pointer
|
const net::CompletionCallback& callback); |
// N.B. Close(), ReadData() and WriteData() may block on IO. |