| Index: chrome/browser/prefs/tracked/pref_service_hash_store_contents.h | 
| diff --git a/chrome/browser/prefs/tracked/pref_service_hash_store_contents.h b/chrome/browser/prefs/tracked/pref_service_hash_store_contents.h | 
| index d7a36ba8a9baeea8e3680a6525c1b27ffc72d777..851e2ad0ce552fd75ef2825884a9f004ec36e2af 100644 | 
| --- a/chrome/browser/prefs/tracked/pref_service_hash_store_contents.h | 
| +++ b/chrome/browser/prefs/tracked/pref_service_hash_store_contents.h | 
| @@ -54,13 +54,13 @@ class PrefServiceHashStoreContents : public HashStoreContents { | 
| static void ResetAllPrefHashStores(PrefService* pref_service); | 
|  | 
| // 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: | 
| const std::string hash_store_id_; | 
|  |