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

Unified Diff: chrome/browser/chromeos/options/network_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/network_config_view.h
diff --git a/chrome/browser/chromeos/options/network_config_view.h b/chrome/browser/chromeos/options/network_config_view.h
index a04da78d99aa60caf41904d028784c509529e203..58b45bfbe8e49ca27caddac9fb444832d0713a50 100644
--- a/chrome/browser/chromeos/options/network_config_view.h
+++ b/chrome/browser/chromeos/options/network_config_view.h
@@ -55,23 +55,23 @@ class NetworkConfigView : public views::DialogDelegateView,
// views::DialogDelegate methods.
virtual base::string16 GetDialogButtonLabel(
- ui::DialogButton button) const OVERRIDE;
- virtual bool IsDialogButtonEnabled(ui::DialogButton button) const OVERRIDE;
- virtual bool Cancel() OVERRIDE;
- virtual bool Accept() OVERRIDE;
- virtual views::View* CreateExtraView() OVERRIDE;
- virtual views::View* GetInitiallyFocusedView() OVERRIDE;
+ ui::DialogButton button) const override;
+ virtual bool IsDialogButtonEnabled(ui::DialogButton button) const override;
+ virtual bool Cancel() override;
+ virtual bool Accept() override;
+ virtual views::View* CreateExtraView() override;
+ virtual views::View* GetInitiallyFocusedView() override;
// views::WidgetDelegate methods.
- virtual base::string16 GetWindowTitle() const OVERRIDE;
- virtual ui::ModalType GetModalType() const OVERRIDE;
+ virtual base::string16 GetWindowTitle() const override;
+ virtual ui::ModalType GetModalType() const override;
// views::View overrides.
- virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE;
+ virtual void GetAccessibleState(ui::AXViewState* state) override;
// views::ButtonListener overrides.
virtual void ButtonPressed(
- views::Button* sender, const ui::Event& event) OVERRIDE;
+ views::Button* sender, const ui::Event& event) override;
void set_delegate(Delegate* delegate) {
delegate_ = delegate;
@@ -79,10 +79,10 @@ class NetworkConfigView : public views::DialogDelegateView,
protected:
// views::View overrides:
- virtual void Layout() OVERRIDE;
- virtual gfx::Size GetPreferredSize() const OVERRIDE;
+ virtual void Layout() override;
+ virtual gfx::Size GetPreferredSize() const override;
virtual void ViewHierarchyChanged(
- const ViewHierarchyChangedDetails& details) OVERRIDE;
+ const ViewHierarchyChangedDetails& details) override;
private:
NetworkConfigView();
@@ -171,8 +171,8 @@ class ControlledSettingIndicatorView : public views::View {
protected:
// views::View:
- virtual gfx::Size GetPreferredSize() const OVERRIDE;
- virtual void Layout() OVERRIDE;
+ virtual gfx::Size GetPreferredSize() const override;
+ virtual void Layout() override;
private:
// Initializes the view.
« no previous file with comments | « chrome/browser/chromeos/options/cert_library.h ('k') | chrome/browser/chromeos/options/passphrase_textfield.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698