summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/cache_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/cache_util.h')
-rw-r--r--net/disk_cache/cache_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/cache_util.h b/net/disk_cache/cache_util.h
index dcb82c2..dd14379 100644
--- a/net/disk_cache/cache_util.h
+++ b/net/disk_cache/cache_util.h
@@ -55,7 +55,7 @@ void DeleteCache(const std::wstring& path, bool remove_folder);
bool DeleteCacheFile(const std::wstring& name);
// Blocks until |num_pending_io| IO operations complete.
-void WaitForPendingIO(int num_pending_io);
+void WaitForPendingIO(int* num_pending_io);
} // namespace disk_cache