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

Unified Diff: chrome/browser/prefs/tracked/pref_hash_filter.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_filter.h
diff --git a/chrome/browser/prefs/tracked/pref_hash_filter.h b/chrome/browser/prefs/tracked/pref_hash_filter.h
index 66857280184402e51fbfb68a5a02ad90148773f7..1c1a3c891664b0a368b66a307777ebe0ac684d3c 100644
--- a/chrome/browser/prefs/tracked/pref_hash_filter.h
+++ b/chrome/browser/prefs/tracked/pref_hash_filter.h
@@ -94,16 +94,16 @@ class PrefHashFilter : public InterceptablePrefFilter {
void Initialize(base::DictionaryValue* pref_store_contents);
// PrefFilter remaining implementation.
- virtual void FilterUpdate(const std::string& path) OVERRIDE;
+ virtual void FilterUpdate(const std::string& path) override;
virtual void FilterSerializeData(
- base::DictionaryValue* pref_store_contents) OVERRIDE;
+ base::DictionaryValue* pref_store_contents) override;
private:
// InterceptablePrefFilter implementation.
virtual void FinalizeFilterOnLoad(
const PostFilterOnLoadCallback& post_filter_on_load_callback,
scoped_ptr<base::DictionaryValue> pref_store_contents,
- bool prefs_altered) OVERRIDE;
+ bool prefs_altered) override;
// Callback to be invoked only once (and subsequently reset) on the next
// FilterOnLoad event. It will be allowed to modify the |prefs| handed to
« no previous file with comments | « chrome/browser/prefs/tracked/pref_hash_browsertest.cc ('k') | chrome/browser/prefs/tracked/pref_hash_filter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698