diff options
Diffstat (limited to 'net/http/mock_http_cache.h')
-rw-r--r-- | net/http/mock_http_cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/http/mock_http_cache.h b/net/http/mock_http_cache.h index f76a44b..d2c8853 100644 --- a/net/http/mock_http_cache.h +++ b/net/http/mock_http_cache.h @@ -127,6 +127,8 @@ class MockDiskCache : public disk_cache::Backend { net::OldCompletionCallback* callback) OVERRIDE; virtual int OpenNextEntry(void** iter, disk_cache::Entry** next_entry, net::OldCompletionCallback* callback) OVERRIDE; + virtual int OpenNextEntry(void** iter, disk_cache::Entry** next_entry, + const net::CompletionCallback& callback) OVERRIDE; virtual void EndEnumeration(void** iter) OVERRIDE; virtual void GetStats( std::vector<std::pair<std::string, std::string> >* stats) OVERRIDE; |