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

Unified Diff: chrome/browser/ui/android/infobars/auto_login_infobar_delegate_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/infobars/auto_login_infobar_delegate_android.h
diff --git a/chrome/browser/ui/android/infobars/auto_login_infobar_delegate_android.h b/chrome/browser/ui/android/infobars/auto_login_infobar_delegate_android.h
index 293c9aa0f62f158b4b1513674e6cfcf32f275b6e..0d914430afee4e08fc8f54bd2a92aa00273125be 100644
--- a/chrome/browser/ui/android/infobars/auto_login_infobar_delegate_android.h
+++ b/chrome/browser/ui/android/infobars/auto_login_infobar_delegate_android.h
@@ -15,9 +15,9 @@ class AutoLoginInfoBarDelegateAndroid : public AutoLoginInfoBarDelegate {
virtual ~AutoLoginInfoBarDelegateAndroid();
// AutoLoginInfoBarDelegate:
- virtual bool Accept() OVERRIDE;
- virtual bool Cancel() OVERRIDE;
- virtual base::string16 GetMessageText() const OVERRIDE;
+ virtual bool Accept() override;
+ virtual bool Cancel() override;
+ virtual base::string16 GetMessageText() const override;
// These methods are defined in downstream code.
bool AttachAccount(JavaObjectWeakGlobalRef weak_java_translate_helper);

Powered by Google App Engine
This is Rietveld 408576698