Index: chrome/browser/prefs/tracked/dictionary_hash_store_contents.h |
diff --git a/chrome/browser/prefs/tracked/dictionary_hash_store_contents.h b/chrome/browser/prefs/tracked/dictionary_hash_store_contents.h |
index abba15dce9f003120ca340810ecf93938fe2747e..f3317c89c63120a851520bfe6508114aed5bd291 100644 |
--- a/chrome/browser/prefs/tracked/dictionary_hash_store_contents.h |
+++ b/chrome/browser/prefs/tracked/dictionary_hash_store_contents.h |
@@ -31,13 +31,13 @@ class DictionaryHashStoreContents : public HashStoreContents { |
static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry); |
// HashStoreContents implementation |
- virtual std::string hash_store_id() const OVERRIDE; |
- virtual void Reset() OVERRIDE; |
- virtual bool IsInitialized() const OVERRIDE; |
- virtual const base::DictionaryValue* GetContents() const OVERRIDE; |
- virtual scoped_ptr<MutableDictionary> GetMutableContents() OVERRIDE; |
- virtual std::string GetSuperMac() const OVERRIDE; |
- virtual void SetSuperMac(const std::string& super_mac) OVERRIDE; |
+ virtual std::string hash_store_id() const override; |
+ virtual void Reset() override; |
+ virtual bool IsInitialized() const override; |
+ virtual const base::DictionaryValue* GetContents() const override; |
+ virtual scoped_ptr<MutableDictionary> GetMutableContents() override; |
+ virtual std::string GetSuperMac() const override; |
+ virtual void SetSuperMac(const std::string& super_mac) override; |
private: |
base::DictionaryValue* storage_; |