Index: components/dom_distiller/core/dom_distiller_store_unittest.cc |
diff --git a/components/dom_distiller/core/dom_distiller_store_unittest.cc b/components/dom_distiller/core/dom_distiller_store_unittest.cc |
index 79c87b6f9e56f8b494fdecdce474e95afbab5048..c8dfacfce5fe080e93d3df08f595caf9d1fadd04 100644 |
--- a/components/dom_distiller/core/dom_distiller_store_unittest.cc |
+++ b/components/dom_distiller/core/dom_distiller_store_unittest.cc |
@@ -47,7 +47,7 @@ namespace { |
const ModelType kDomDistillerModelType = syncer::ARTICLES; |
-typedef base::hash_map<std::string, ArticleEntry> EntryMap; |
+typedef std::map<std::string, ArticleEntry> EntryMap; |
void AddEntry(const ArticleEntry& e, EntryMap* map) { |
(*map)[e.entry_id()] = e; |