Index: components/safe_browsing_db/v4_protocol_manager_util.cc |
diff --git a/components/safe_browsing_db/v4_protocol_manager_util.cc b/components/safe_browsing_db/v4_protocol_manager_util.cc |
index 36e3064a8d5b34b4eb2311a52b3ac1c5329d85ef..857af33c6ee18da7ac3f0dee852285c0643c7bd6 100644 |
--- a/components/safe_browsing_db/v4_protocol_manager_util.cc |
+++ b/components/safe_browsing_db/v4_protocol_manager_util.cc |
@@ -237,7 +237,7 @@ void V4ProtocolManagerUtil::UpdateHeaders(net::HttpRequestHeaders* headers) { |
// static |
void V4ProtocolManagerUtil::UrlToFullHashes( |
const GURL& url, |
- base::hash_set<FullHash>* full_hashes) { |
+ std::unordered_set<FullHash>* full_hashes) { |
std::string canon_host, canon_path, canon_query; |
CanonicalizeUrl(url, &canon_host, &canon_path, &canon_query); |