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

Unified Diff: chrome/browser/ui/views/autofill/autofill_popup_view_views.h

Issue 628773002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[t-v]* (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/views/autofill/autofill_popup_view_views.h
diff --git a/chrome/browser/ui/views/autofill/autofill_popup_view_views.h b/chrome/browser/ui/views/autofill/autofill_popup_view_views.h
index b9768f1ae16f1b26feb1ad4d58b31b77b9588eed..f9c910c8388a078a9471176265ed527ac189ce29 100644
--- a/chrome/browser/ui/views/autofill/autofill_popup_view_views.h
+++ b/chrome/browser/ui/views/autofill/autofill_popup_view_views.h
@@ -26,13 +26,13 @@ class AutofillPopupViewViews : public AutofillPopupBaseView,
virtual ~AutofillPopupViewViews();
// AutofillPopupView implementation.
- virtual void Show() OVERRIDE;
- virtual void Hide() OVERRIDE;
- virtual void InvalidateRow(size_t row) OVERRIDE;
- virtual void UpdateBoundsAndRedrawPopup() OVERRIDE;
+ virtual void Show() override;
+ virtual void Hide() override;
+ virtual void InvalidateRow(size_t row) override;
+ virtual void UpdateBoundsAndRedrawPopup() override;
// views::Views implementation
- virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
+ virtual void OnPaint(gfx::Canvas* canvas) override;
// Draw the given autofill entry in |entry_rect|.
void DrawAutofillEntry(gfx::Canvas* canvas,

Powered by Google App Engine
This is Rietveld 408576698