| 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);
|
|
|
|
|