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

Unified Diff: chrome/browser/chromeos/options/vpn_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/vpn_config_view.h
diff --git a/chrome/browser/chromeos/options/vpn_config_view.h b/chrome/browser/chromeos/options/vpn_config_view.h
index a0baeb973c852411c9beddef7290b02da3b65b14..5ef9df405835a6d09e064799b354403277c78025 100644
--- a/chrome/browser/chromeos/options/vpn_config_view.h
+++ b/chrome/browser/chromeos/options/vpn_config_view.h
@@ -51,27 +51,27 @@ class VPNConfigView : 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 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 data members and create UI controls.
« no previous file with comments | « chrome/browser/chromeos/options/passphrase_textfield.h ('k') | chrome/browser/chromeos/options/vpn_config_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698