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

Unified Diff: chrome/browser/prefs/tracked/pref_service_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/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_;

Powered by Google App Engine
This is Rietveld 408576698