Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Unified Diff: components/safe_browsing_db/v4_protocol_manager_util.h

Issue 2345573002: Each DatabaseManager gets to decide which stores to track (Closed)
Patch Set: Incorporated nparker@ feedback Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698