Index: components/safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc |
diff --git a/components/safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc b/components/safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc |
index faf1916d01e6cc24633dfa76be3f551329d2b8b0..0c6b2a15855ad292908f030128cfb437ed9311bc 100644 |
--- a/components/safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc |
+++ b/components/safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc |
@@ -79,7 +79,7 @@ class V4GetHashProtocolManagerTest : public PlatformTest { |
config.client_name = kClient; |
config.version = kAppVer; |
config.key_param = kKeyParam; |
- base::hash_set<UpdateListIdentifier> stores_to_look( |
+ std::unordered_set<UpdateListIdentifier> stores_to_look( |
{GetUrlMalwareId(), GetChromeUrlApiId()}); |
return V4GetHashProtocolManager::Create(NULL, stores_to_look, config); |
} |