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 503fc4927b7fc3be29b343decb9e773d26ee01cb..7993fdcd85343c02c3eea9baf2e63d50009744a6 100644 |
--- a/net/disk_cache/simple/simple_backend_impl.h |
+++ b/net/disk_cache/simple/simple_backend_impl.h |
@@ -16,6 +16,7 @@ |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/weak_ptr.h" |
+#include "base/strings/string_split.h" |
#include "base/task_runner.h" |
#include "base/time/time.h" |
#include "net/base/cache_type.h" |
@@ -105,8 +106,7 @@ class NET_EXPORT_PRIVATE SimpleBackendImpl : public 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; |
private: |