summaryrefslogtreecommitdiff
path: root/chromium/components/safe_browsing/core/browser/db/v4_database_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/safe_browsing/core/browser/db/v4_database_unittest.cc')
-rw-r--r--chromium/components/safe_browsing/core/browser/db/v4_database_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/components/safe_browsing/core/browser/db/v4_database_unittest.cc b/chromium/components/safe_browsing/core/browser/db/v4_database_unittest.cc
index 900b9339a70..67ae5760ece 100644
--- a/chromium/components/safe_browsing/core/browser/db/v4_database_unittest.cc
+++ b/chromium/components/safe_browsing/core/browser/db/v4_database_unittest.cc
@@ -32,7 +32,7 @@ class FakeV4Store : public V4Store {
return hash_prefix_should_match_ ? full_hash : HashPrefix();
}
- bool HasValidData() const override { return true; }
+ bool HasValidData() override { return true; }
void set_hash_prefix_matches(bool hash_prefix_matches) {
hash_prefix_should_match_ = hash_prefix_matches;