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

Unified Diff: chrome/browser/prefs/tracked/interceptable_pref_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/interceptable_pref_filter.h
diff --git a/chrome/browser/prefs/tracked/interceptable_pref_filter.h b/chrome/browser/prefs/tracked/interceptable_pref_filter.h
index 2760e36d66ad4006ff701af220e9752de5e8faeb..3a70ab3cf462416e06a7eb68fd15709c5825f0e1 100644
--- a/chrome/browser/prefs/tracked/interceptable_pref_filter.h
+++ b/chrome/browser/prefs/tracked/interceptable_pref_filter.h
@@ -38,7 +38,7 @@ class InterceptablePrefFilter
// PrefFilter partial implementation.
virtual void FilterOnLoad(
const PostFilterOnLoadCallback& post_filter_on_load_callback,
- scoped_ptr<base::DictionaryValue> pref_store_contents) OVERRIDE;
+ scoped_ptr<base::DictionaryValue> pref_store_contents) override;
// Registers |filter_on_load_interceptor| to intercept the next FilterOnLoad
// event. At most one FilterOnLoadInterceptor should be registered per

Powered by Google App Engine
This is Rietveld 408576698