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

Unified Diff: chrome/browser/ui/android/toolbar/toolbar_model_android.h

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (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: chrome/browser/ui/android/toolbar/toolbar_model_android.h
diff --git a/chrome/browser/ui/android/toolbar/toolbar_model_android.h b/chrome/browser/ui/android/toolbar/toolbar_model_android.h
index 964a233f7614d1e37b554b81d03767cdc035223c..210f17ec13844afec9e8c9752ce4069d232c0d7b 100644
--- a/chrome/browser/ui/android/toolbar/toolbar_model_android.h
+++ b/chrome/browser/ui/android/toolbar/toolbar_model_android.h
@@ -35,8 +35,8 @@ class ToolbarModelAndroid : public ToolbarModelDelegate {
jobject obj);
// ToolbarDelegate:
- virtual content::WebContents* GetActiveWebContents() const OVERRIDE;
- virtual bool InTabbedBrowser() const OVERRIDE;
+ virtual content::WebContents* GetActiveWebContents() const override;
+ virtual bool InTabbedBrowser() const override;
static bool RegisterToolbarModelAndroid(JNIEnv* env);
« no previous file with comments | « chrome/browser/ui/android/tab_model/tab_model_unittest.cc ('k') | chrome/browser/ui/android/website_settings_popup_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698