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

Unified Diff: chrome/browser/prefs/tracked/pref_hash_store_impl.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_hash_store_impl.h
diff --git a/chrome/browser/prefs/tracked/pref_hash_store_impl.h b/chrome/browser/prefs/tracked/pref_hash_store_impl.h
index 1a6b91b01014646f07a46c27c338b411114ce67f..2b4640f5c2f1a8c871d297637ff9c8be541e655f 100644
--- a/chrome/browser/prefs/tracked/pref_hash_store_impl.h
+++ b/chrome/browser/prefs/tracked/pref_hash_store_impl.h
@@ -52,7 +52,7 @@ class PrefHashStoreImpl : public PrefHashStore {
// PrefHashStore implementation.
virtual scoped_ptr<PrefHashStoreTransaction> BeginTransaction(
- scoped_ptr<HashStoreContents> storage) OVERRIDE;
+ scoped_ptr<HashStoreContents> storage) override;
private:
class PrefHashStoreTransactionImpl;
« no previous file with comments | « chrome/browser/prefs/tracked/pref_hash_filter_unittest.cc ('k') | chrome/browser/prefs/tracked/pref_hash_store_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698