summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/backend_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/backend_impl.cc')
-rw-r--r--net/disk_cache/backend_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/backend_impl.cc b/net/disk_cache/backend_impl.cc
index 17ccc5f..5e652d7 100644
--- a/net/disk_cache/backend_impl.cc
+++ b/net/disk_cache/backend_impl.cc
@@ -1312,7 +1312,7 @@ int BackendImpl::FlushQueueForTest(const net::CompletionCallback& callback) {
return net::ERR_IO_PENDING;
}
-int BackendImpl::RunTaskForTest(Task* task,
+int BackendImpl::RunTaskForTest(const base::Closure& task,
const net::CompletionCallback& callback) {
background_queue_.RunTask(task, callback);
return net::ERR_IO_PENDING;