Index: net/disk_cache/disk_cache.h |
diff --git a/net/disk_cache/disk_cache.h b/net/disk_cache/disk_cache.h |
index f6fda87837a5ba03539dc6105f3409336ddda72d..ca29cb26722944125de6466bb7e97d86aab0ddb2 100644 |
--- a/net/disk_cache/disk_cache.h |
+++ b/net/disk_cache/disk_cache.h |
@@ -135,6 +135,8 @@ class NET_EXPORT Backend { |
// therefore it does not impact the eviction ranking of the entry. |
virtual int OpenNextEntry(void** iter, Entry** next_entry, |
OldCompletionCallback* callback) = 0; |
+ virtual int OpenNextEntry(void** iter, Entry** next_entry, |
+ const net::CompletionCallback& callback) = 0; |
// Releases iter without returning the next entry. Whenever OpenNextEntry() |
// returns true, but the caller is not interested in continuing the |