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

Unified Diff: chrome/browser/android/accessibility/font_size_prefs_android.h

Issue 884213005: Update {virtual,override,final} to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 10 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 | « no previous file | chrome/browser/android/banners/app_banner_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/accessibility/font_size_prefs_android.h
diff --git a/chrome/browser/android/accessibility/font_size_prefs_android.h b/chrome/browser/android/accessibility/font_size_prefs_android.h
index 05985c660613fe1039a33bb8a9726ae5862730b5..af8f75d6249c74ae1e1b44d98b013460515d4cf1 100644
--- a/chrome/browser/android/accessibility/font_size_prefs_android.h
+++ b/chrome/browser/android/accessibility/font_size_prefs_android.h
@@ -64,8 +64,8 @@ class FontSizePrefsObserverAndroid : public FontSizePrefsAndroid::Observer {
static bool Register(JNIEnv* env);
// FontSizePrefs::Observer implementation.
- virtual void OnChangeFontSize(float font) override;
- virtual void OnChangeForceEnableZoom(bool enabled) override;
+ void OnChangeFontSize(float font) override;
+ void OnChangeForceEnableZoom(bool enabled) override;
private:
base::android::ScopedJavaGlobalRef<jobject> java_ref_;
« no previous file with comments | « no previous file | chrome/browser/android/banners/app_banner_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698