Index: components/safe_browsing_db/v4_database.h |
diff --git a/components/safe_browsing_db/v4_database.h b/components/safe_browsing_db/v4_database.h |
index a5764a128b28afa64ceddeda89e20b701655d2f9..ddf36dc4da873097271dcf469824aa837435772f 100644 |
--- a/components/safe_browsing_db/v4_database.h |
+++ b/components/safe_browsing_db/v4_database.h |
@@ -81,7 +81,7 @@ class V4Database { |
// Searches for a hash prefix matching the |full_hash| in stores in the |
// database, filtered by |stores_to_look|, and returns the identifier of the |
// store along with the matching hash prefix in |matched_hash_prefix_map|. |
- void GetStoresMatchingFullHash( |
+ virtual void GetStoresMatchingFullHash( |
const FullHash& full_hash, |
const base::hash_set<UpdateListIdentifier>& stores_to_look, |
MatchedHashPrefixMap* matched_hash_prefix_map); |