| Index: chrome/browser/prefs/tracked/pref_service_hash_store_contents.cc
|
| diff --git a/chrome/browser/prefs/tracked/pref_service_hash_store_contents.cc b/chrome/browser/prefs/tracked/pref_service_hash_store_contents.cc
|
| index ba85cf8823a710f170580db8eeb5a1ee32e0e230..a59eb8412a0dda4bef2c417e6e9371960084b641 100644
|
| --- a/chrome/browser/prefs/tracked/pref_service_hash_store_contents.cc
|
| +++ b/chrome/browser/prefs/tracked/pref_service_hash_store_contents.cc
|
| @@ -23,7 +23,7 @@ class PrefServiceMutableDictionary
|
| PrefService* pref_service);
|
|
|
| // HashStoreContents::MutableDictionary implementation
|
| - virtual base::DictionaryValue* operator->() OVERRIDE;
|
| + virtual base::DictionaryValue* operator->() override;
|
|
|
| private:
|
| const std::string key_;
|
|
|