| Index: chrome/browser/prefs/tracked/dictionary_hash_store_contents.cc
|
| diff --git a/chrome/browser/prefs/tracked/dictionary_hash_store_contents.cc b/chrome/browser/prefs/tracked/dictionary_hash_store_contents.cc
|
| index e05f42d7dde5d6ee4b67137819a6eb217fd71d0d..50cc4790d8a63762b0b32d155361f3720c312209 100644
|
| --- a/chrome/browser/prefs/tracked/dictionary_hash_store_contents.cc
|
| +++ b/chrome/browser/prefs/tracked/dictionary_hash_store_contents.cc
|
| @@ -21,7 +21,7 @@ class MutablePreferenceMacDictionary
|
| explicit MutablePreferenceMacDictionary(base::DictionaryValue* storage);
|
|
|
| // MutableDictionary implementation
|
| - virtual base::DictionaryValue* operator->() OVERRIDE;
|
| + virtual base::DictionaryValue* operator->() override;
|
|
|
| private:
|
| base::DictionaryValue* storage_;
|
|
|