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

Unified Diff: chrome/browser/chromeos/options/wimax_config_view.h

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h 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/chromeos/options/wimax_config_view.h
diff --git a/chrome/browser/chromeos/options/wimax_config_view.h b/chrome/browser/chromeos/options/wimax_config_view.h
index bc577bea5ab89ecce9042f0e6c5e95c38e3adfd7..355e01fd237ce6c1a232a08da228974ee2797f54 100644
--- a/chrome/browser/chromeos/options/wimax_config_view.h
+++ b/chrome/browser/chromeos/options/wimax_config_view.h
@@ -37,21 +37,21 @@ class WimaxConfigView : public ChildNetworkConfigView,
// views::TextfieldController:
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;
// views::ButtonListener:
virtual void ButtonPressed(views::Button* sender,
- const ui::Event& event) OVERRIDE;
+ const ui::Event& event) override;
// ChildNetworkConfigView:
- virtual base::string16 GetTitle() const OVERRIDE;
- virtual views::View* GetInitiallyFocusedView() OVERRIDE;
- virtual bool CanLogin() OVERRIDE;
- virtual bool Login() OVERRIDE;
- virtual void Cancel() OVERRIDE;
- virtual void InitFocus() OVERRIDE;
+ virtual base::string16 GetTitle() const override;
+ virtual views::View* GetInitiallyFocusedView() override;
+ virtual bool CanLogin() override;
+ virtual bool Login() override;
+ virtual void Cancel() override;
+ virtual void InitFocus() override;
private:
// Initializes UI.

Powered by Google App Engine
This is Rietveld 408576698