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

Unified Diff: chrome/browser/ui/android/autofill/autofill_dialog_controller_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
« no previous file with comments | « no previous file | chrome/browser/ui/android/autofill/autofill_popup_view_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/android/autofill/autofill_dialog_controller_android.h
diff --git a/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.h b/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.h
index 6f4f1815f5b37fa6b934bdf0439bfdbd14b8b854..90663a7958c36837fd91387b0d5ed14f0ccf9438 100644
--- a/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.h
+++ b/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.h
@@ -32,9 +32,9 @@ class AutofillDialogControllerAndroid : public AutofillDialogController {
virtual ~AutofillDialogControllerAndroid();
// AutofillDialogController implementation:
- virtual void Show() OVERRIDE;
- virtual void Hide() OVERRIDE;
- virtual void TabActivated() OVERRIDE;
+ virtual void Show() override;
+ virtual void Hide() override;
+ virtual void TabActivated() override;
// JNI bindings for Java-side AutofillDialogDelegate:
void DialogCancel(JNIEnv* env, jobject obj);
« no previous file with comments | « no previous file | chrome/browser/ui/android/autofill/autofill_popup_view_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698