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

Unified Diff: components/dom_distiller/core/distilled_page_prefs_android.h

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: components/dom_distiller/core/distilled_page_prefs_android.h
diff --git a/components/dom_distiller/core/distilled_page_prefs_android.h b/components/dom_distiller/core/distilled_page_prefs_android.h
index cc7f9211c19ec9191c5265c4487e51cf106860c1..bcb96c2aaf5ecc9da8e1b56391c4a1e0726e14e9 100644
--- a/components/dom_distiller/core/distilled_page_prefs_android.h
+++ b/components/dom_distiller/core/distilled_page_prefs_android.h
@@ -41,8 +41,8 @@ class DistilledPagePrefsObserverAndroid : public DistilledPagePrefs::Observer {
// DistilledPagePrefs::Observer implementation.
virtual void OnChangeFontFamily(
- DistilledPagePrefs::FontFamily new_font_family) OVERRIDE;
- virtual void OnChangeTheme(DistilledPagePrefs::Theme new_theme) OVERRIDE;
+ DistilledPagePrefs::FontFamily new_font_family) override;
+ virtual void OnChangeTheme(DistilledPagePrefs::Theme new_theme) override;
virtual void DestroyObserverAndroid(JNIEnv* env, jobject obj);

Powered by Google App Engine
This is Rietveld 408576698