| Index: net/http/mock_http_cache.h
|
| diff --git a/net/http/mock_http_cache.h b/net/http/mock_http_cache.h
|
| index 917aa20db15d8cbe471da5a54fe079e3e18b43c3..fa4fb54a1866a35248f4957ea904a3b96ed54b58 100644
|
| --- a/net/http/mock_http_cache.h
|
| +++ b/net/http/mock_http_cache.h
|
| @@ -96,6 +96,7 @@ class MockDiskCache : public disk_cache::Backend {
|
| MockDiskCache();
|
| virtual ~MockDiskCache();
|
|
|
| + virtual net::CacheType GetCacheType() const OVERRIDE;
|
| virtual int32 GetEntryCount() const OVERRIDE;
|
| virtual int OpenEntry(const std::string& key, disk_cache::Entry** entry,
|
| const net::CompletionCallback& callback) OVERRIDE;
|
|
|