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

Unified Diff: chrome/browser/ui/views/autofill/expanding_textfield.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/expanding_textfield.h
diff --git a/chrome/browser/ui/views/autofill/expanding_textfield.h b/chrome/browser/ui/views/autofill/expanding_textfield.h
index c34bf762b6ecb6cba74eb2feb86a90f3495ee0af..f2ad7c82fc866407c08fb6783172f5e3cf3c9f8b 100644
--- a/chrome/browser/ui/views/autofill/expanding_textfield.h
+++ b/chrome/browser/ui/views/autofill/expanding_textfield.h
@@ -59,16 +59,16 @@ class ExpandingTextfield : public views::View,
void SetTooltipIcon(const base::string16& text);
// View implementation.
- virtual const char* GetClassName() const OVERRIDE;
+ virtual const char* GetClassName() const override;
using views::View::needs_layout;
// TextfieldController implementation.
virtual void ContentsChanged(views::Textfield* sender,
- const base::string16& new_contents) OVERRIDE;
+ const base::string16& new_contents) override;
virtual bool HandleKeyEvent(views::Textfield* sender,
- const ui::KeyEvent& key_event) OVERRIDE;
+ const ui::KeyEvent& key_event) override;
virtual bool HandleMouseEvent(views::Textfield* sender,
- const ui::MouseEvent& mouse_event) OVERRIDE;
+ const ui::MouseEvent& mouse_event) override;
private:
// Calls a given function on every textfield.

Powered by Google App Engine
This is Rietveld 408576698