Index: net/disk_cache/simple/simple_backend_impl.cc |
diff --git a/net/disk_cache/simple/simple_backend_impl.cc b/net/disk_cache/simple/simple_backend_impl.cc |
index b5a6c9ef36221bc20dc8faf9e4af7c0be6ca172a..adb54ee3483003b83bf2be4d546f619e4943f808 100644 |
--- a/net/disk_cache/simple/simple_backend_impl.cc |
+++ b/net/disk_cache/simple/simple_backend_impl.cc |
@@ -544,8 +544,7 @@ scoped_ptr<Backend::Iterator> SimpleBackendImpl::CreateIterator() { |
return scoped_ptr<Iterator>(new SimpleIterator(AsWeakPtr())); |
} |
-void SimpleBackendImpl::GetStats( |
- std::vector<std::pair<std::string, std::string> >* stats) { |
+void SimpleBackendImpl::GetStats(base::StringPairs* stats) { |
std::pair<std::string, std::string> item; |
item.first = "Cache type"; |
item.second = "Simple Cache"; |