| Index: net/disk_cache/simple/simple_backend_impl.h
|
| diff --git a/net/disk_cache/simple/simple_backend_impl.h b/net/disk_cache/simple/simple_backend_impl.h
|
| index f017d73237d51751387e05cc24861f819d207fd1..aa7a3785afc91af89f04bb8b75b344ee207d6690 100644
|
| --- a/net/disk_cache/simple/simple_backend_impl.h
|
| +++ b/net/disk_cache/simple/simple_backend_impl.h
|
| @@ -117,7 +117,9 @@ class NET_EXPORT_PRIVATE SimpleBackendImpl : public 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;
|
| + size_t DumpMemoryStats(
|
| + base::trace_event::ProcessMemoryDump* pmd,
|
| + const std::string& parent_absolute_name) const override;
|
|
|
| private:
|
| class SimpleIterator;
|
|
|