Index: net/disk_cache/simple/simple_index_file.h |
diff --git a/net/disk_cache/simple/simple_index_file.h b/net/disk_cache/simple/simple_index_file.h |
index b1f8961b68ffd8d7ca7afc33ffe027937613f060..91f2a48f3686ec15dc80ff008cd8dd493b84d8d8 100644 |
--- a/net/disk_cache/simple/simple_index_file.h |
+++ b/net/disk_cache/simple/simple_index_file.h |
@@ -90,7 +90,8 @@ class NET_EXPORT_PRIVATE SimpleIndexFile { |
virtual void WriteToDisk(const SimpleIndex::EntrySet& entry_set, |
uint64 cache_size, |
const base::TimeTicks& start, |
- bool app_on_background); |
+ bool app_on_background, |
+ const base::Closure& callback); |
private: |
friend class WrappedSimpleIndexFile; |