| Index: net/http/mock_http_cache.h
|
| diff --git a/net/http/mock_http_cache.h b/net/http/mock_http_cache.h
|
| index f77ace40c53343985eb36277b3071a28c46ca559..c5e5fd9bcf21a7ca17f59743e442006ee9c8f4d8 100644
|
| --- a/net/http/mock_http_cache.h
|
| +++ b/net/http/mock_http_cache.h
|
| @@ -11,6 +11,7 @@
|
| #define NET_HTTP_MOCK_HTTP_CACHE_H_
|
|
|
| #include "base/containers/hash_tables.h"
|
| +#include "base/strings/string_split.h"
|
| #include "net/disk_cache/disk_cache.h"
|
| #include "net/http/http_cache.h"
|
| #include "net/http/http_transaction_test_util.h"
|
| @@ -127,8 +128,7 @@ class MockDiskCache : public disk_cache::Backend {
|
| int DoomEntriesSince(base::Time initial_time,
|
| const CompletionCallback& callback) override;
|
| scoped_ptr<Iterator> CreateIterator() override;
|
| - void GetStats(
|
| - std::vector<std::pair<std::string, std::string>>* stats) override;
|
| + void GetStats(base::StringPairs* stats) override;
|
| void OnExternalCacheHit(const std::string& key) override;
|
|
|
| // Returns number of times a cache entry was successfully opened.
|
|
|