Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: chrome/browser/prefs/tracked/dictionary_hash_store_contents.cc

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698