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 |