| Index: net/http/mock_http_cache.h
|
| diff --git a/net/http/mock_http_cache.h b/net/http/mock_http_cache.h
|
| index d1c5ee145619711c601a63ecd79daf1ad918b89c..f6a805c34f550be39e332c350cc99b20ea6342d3 100644
|
| --- a/net/http/mock_http_cache.h
|
| +++ b/net/http/mock_http_cache.h
|
| @@ -134,6 +134,7 @@ class MockDiskCache : public disk_cache::Backend {
|
| std::unique_ptr<Iterator> CreateIterator() override;
|
| void GetStats(base::StringPairs* stats) override;
|
| void OnExternalCacheHit(const std::string& key) override;
|
| + size_t EstimateMemoryUsage() const override;
|
|
|
| // Returns number of times a cache entry was successfully opened.
|
| int open_count() const { return open_count_; }
|
|
|