Index: net/cert/crl_set.cc |
diff --git a/net/cert/crl_set.cc b/net/cert/crl_set.cc |
index f20e2ec2830d431063d77cb994f78ce933dbbe77..bc2cecb2c77784cf1a0423a5b650a765b5c49b07 100644 |
--- a/net/cert/crl_set.cc |
+++ b/net/cert/crl_set.cc |
@@ -44,7 +44,7 @@ |
while (serial.size() > 1 && serial[0] == 0x00) |
serial.remove_prefix(1); |
- std::unordered_map<std::string, size_t>::const_iterator crl_index = |
+ base::hash_map<std::string, size_t>::const_iterator crl_index = |
crls_index_by_issuer_.find(issuer_spki_hash.as_string()); |
if (crl_index == crls_index_by_issuer_.end()) |
return UNKNOWN; |