Chromium Code Reviews| 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..1e17bee128ee44b10641b7adbd9258d9d7c38a3e 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; |
| +typedef base::StringPairs StatsItems; |
|
eroman
2015/04/27 21:39:57
same comment as on other CL. Consider writing this
|
| // This class stores cache-specific usage information, for tunning purposes. |
| class NET_EXPORT_PRIVATE Stats { |