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

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

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.h
diff --git a/chrome/browser/prefs/tracked/dictionary_hash_store_contents.h b/chrome/browser/prefs/tracked/dictionary_hash_store_contents.h
index abba15dce9f003120ca340810ecf93938fe2747e..f3317c89c63120a851520bfe6508114aed5bd291 100644
--- a/chrome/browser/prefs/tracked/dictionary_hash_store_contents.h
+++ b/chrome/browser/prefs/tracked/dictionary_hash_store_contents.h
@@ -31,13 +31,13 @@ class DictionaryHashStoreContents : public HashStoreContents {
static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
// 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:
base::DictionaryValue* storage_;

Powered by Google App Engine
This is Rietveld 408576698