Index: components/safe_browsing_db/v4_store.h |
diff --git a/components/safe_browsing_db/v4_store.h b/components/safe_browsing_db/v4_store.h |
index 6bd07f3082588decc99bb6a97f3c53194d9faea7..310004dc5df5e0e93edbb60f9ed03557f49e1107 100644 |
--- a/components/safe_browsing_db/v4_store.h |
+++ b/components/safe_browsing_db/v4_store.h |
@@ -169,7 +169,7 @@ class V4Store { |
// If a hash prefix in this store matches |full_hash|, returns that hash |
// prefix; otherwise returns an empty hash prefix. |
- HashPrefix GetMatchingHashPrefix(const FullHash& full_hash); |
+ virtual HashPrefix GetMatchingHashPrefix(const FullHash& full_hash); |
std::string DebugString() const; |