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

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

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs 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: 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 0d98db339f50d8f7cbf85afe89c3eac95c05c306..05985c660613fe1039a33bb8a9726ae5862730b5 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;
+ virtual void OnChangeFontSize(float font) override;
+ virtual void OnChangeForceEnableZoom(bool enabled) override;
private:
base::android::ScopedJavaGlobalRef<jobject> java_ref_;
« no previous file with comments | « chrome/browser/accessibility/accessibility_extension_api.h ('k') | chrome/browser/android/banners/app_banner_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698