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

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

Issue 893303003: Update {virtual,override,final} to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « components/devtools_bridge/socket_tunnel_server.cc ('k') | components/gcm_driver/gcm_driver_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bcb96c2aaf5ecc9da8e1b56391c4a1e0726e14e9..de3928eccecf18b4d4a11f1a7dfc4c0e7bedb058 100644
--- a/components/dom_distiller/core/distilled_page_prefs_android.h
+++ b/components/dom_distiller/core/distilled_page_prefs_android.h
@@ -40,9 +40,9 @@ class DistilledPagePrefsObserverAndroid : public DistilledPagePrefs::Observer {
virtual ~DistilledPagePrefsObserverAndroid();
// DistilledPagePrefs::Observer implementation.
- virtual void OnChangeFontFamily(
+ void OnChangeFontFamily(
DistilledPagePrefs::FontFamily new_font_family) override;
- virtual void OnChangeTheme(DistilledPagePrefs::Theme new_theme) override;
+ void OnChangeTheme(DistilledPagePrefs::Theme new_theme) override;
virtual void DestroyObserverAndroid(JNIEnv* env, jobject obj);
« no previous file with comments | « components/devtools_bridge/socket_tunnel_server.cc ('k') | components/gcm_driver/gcm_driver_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698