Index: chrome/browser/safe_browsing/safe_browsing_store_file.h |
diff --git a/chrome/browser/safe_browsing/safe_browsing_store_file.h b/chrome/browser/safe_browsing/safe_browsing_store_file.h |
index f515d602f52caff87056f3fa28f5292e4ede9ae9..2731688cacba577a516dceb6f5d5861da2499388 100644 |
--- a/chrome/browser/safe_browsing/safe_browsing_store_file.h |
+++ b/chrome/browser/safe_browsing/safe_browsing_store_file.h |
@@ -127,7 +127,7 @@ class SafeBrowsingStoreFile : public SafeBrowsingStore { |
base::Time receive_time, |
const SBFullHash& full_hash) OVERRIDE; |
virtual bool WriteSubPrefix(int32 chunk_id, |
- int32 add_chunk_id, SBPrefix prefix); |
+ int32 add_chunk_id, SBPrefix prefix) OVERRIDE; |
virtual bool WriteSubHash(int32 chunk_id, int32 add_chunk_id, |
const SBFullHash& full_hash) OVERRIDE; |
virtual bool FinishChunk() OVERRIDE; |