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

Unified Diff: chrome/browser/prefs/tracked/pref_service_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/pref_service_hash_store_contents.h
diff --git a/chrome/browser/prefs/tracked/pref_service_hash_store_contents.h b/chrome/browser/prefs/tracked/pref_service_hash_store_contents.h
index d7a36ba8a9baeea8e3680a6525c1b27ffc72d777..851e2ad0ce552fd75ef2825884a9f004ec36e2af 100644
--- a/chrome/browser/prefs/tracked/pref_service_hash_store_contents.h
+++ b/chrome/browser/prefs/tracked/pref_service_hash_store_contents.h
@@ -54,13 +54,13 @@ class PrefServiceHashStoreContents : public HashStoreContents {
static void ResetAllPrefHashStores(PrefService* pref_service);
// 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:
const std::string hash_store_id_;
« no previous file with comments | « chrome/browser/prefs/tracked/pref_hash_store_impl.cc ('k') | chrome/browser/prefs/tracked/pref_service_hash_store_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698