Index: chrome/browser/prefs/tracked/pref_hash_store_impl.h |
diff --git a/chrome/browser/prefs/tracked/pref_hash_store_impl.h b/chrome/browser/prefs/tracked/pref_hash_store_impl.h |
index 1a6b91b01014646f07a46c27c338b411114ce67f..2b4640f5c2f1a8c871d297637ff9c8be541e655f 100644 |
--- a/chrome/browser/prefs/tracked/pref_hash_store_impl.h |
+++ b/chrome/browser/prefs/tracked/pref_hash_store_impl.h |
@@ -52,7 +52,7 @@ class PrefHashStoreImpl : public PrefHashStore { |
// PrefHashStore implementation. |
virtual scoped_ptr<PrefHashStoreTransaction> BeginTransaction( |
- scoped_ptr<HashStoreContents> storage) OVERRIDE; |
+ scoped_ptr<HashStoreContents> storage) override; |
private: |
class PrefHashStoreTransactionImpl; |