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

Unified Diff: chrome/browser/chromeos/options/wifi_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/wifi_config_view.h
diff --git a/chrome/browser/chromeos/options/wifi_config_view.h b/chrome/browser/chromeos/options/wifi_config_view.h
index 2042430747178ac154950bce98ec8c984fd11d92..c9de05a82940cf0905f5755dd4df55d3fafdbfda 100644
--- a/chrome/browser/chromeos/options/wifi_config_view.h
+++ b/chrome/browser/chromeos/options/wifi_config_view.h
@@ -61,31 +61,31 @@ class WifiConfigView : 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;
// views::ComboboxListener
- virtual void OnPerformAction(views::Combobox* combobox) OVERRIDE;
+ virtual void OnPerformAction(views::Combobox* combobox) override;
// CertLibrary::Observer
- virtual void OnCertificatesLoaded(bool initial_load) OVERRIDE;
+ virtual void OnCertificatesLoaded(bool initial_load) 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 bool IsConfigureDialog() 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;
+ virtual bool IsConfigureDialog() override;
// NetworkStateHandlerObserver
- virtual void NetworkPropertiesUpdated(const NetworkState* network) OVERRIDE;
+ virtual void NetworkPropertiesUpdated(const NetworkState* network) override;
// Parses a UI |property| from the ONC associated with |network|. |key|
// is the property name within the ONC dictionary.
« no previous file with comments | « chrome/browser/chromeos/options/vpn_config_view.cc ('k') | chrome/browser/chromeos/options/wifi_config_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698