Index: net/disk_cache/blockfile/stats.h |
diff --git a/net/disk_cache/blockfile/stats.h b/net/disk_cache/blockfile/stats.h |
index 769c171cf5581fcac9466c2b911943012075eaab..32dcc2f22b5f4faba2b25011e54d589ff4f48b17 100644 |
--- a/net/disk_cache/blockfile/stats.h |
+++ b/net/disk_cache/blockfile/stats.h |
@@ -6,9 +6,9 @@ |
#define NET_DISK_CACHE_BLOCKFILE_STATS_H_ |
#include <string> |
-#include <vector> |
#include "base/basictypes.h" |
+#include "base/strings/string_split.h" |
#include "net/base/net_export.h" |
#include "net/disk_cache/blockfile/addr.h" |
@@ -18,7 +18,7 @@ class HistogramSamples; |
namespace disk_cache { |
-typedef std::vector<std::pair<std::string, std::string> > StatsItems; |
+using StatsItems = base::StringPairs; |
// This class stores cache-specific usage information, for tunning purposes. |
class NET_EXPORT_PRIVATE Stats { |