| Index: components/safe_browsing_db/v4_protocol_manager_util.h
|
| diff --git a/components/safe_browsing_db/v4_protocol_manager_util.h b/components/safe_browsing_db/v4_protocol_manager_util.h
|
| index 67943cc0eb737f91627815fbb38736810ca2f307..47c7e672a029dda75bf95879ec4d02d6bfe54ea7 100644
|
| --- a/components/safe_browsing_db/v4_protocol_manager_util.h
|
| +++ b/components/safe_browsing_db/v4_protocol_manager_util.h
|
| @@ -207,7 +207,7 @@ class V4ProtocolManagerUtil {
|
|
|
| // Generate the set of FullHashes to check for |url|.
|
| static void UrlToFullHashes(const GURL& url,
|
| - base::hash_set<FullHash>* full_hashes);
|
| + std::unordered_set<FullHash>* full_hashes);
|
|
|
| static bool FullHashToHashPrefix(const FullHash& full_hash,
|
| PrefixSize prefix_size,
|
|
|