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

Unified Diff: ash/test/child_modal_window.h

Issue 621133002: replace OVERRIDE and FINAL with override and final in ash/ (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
« no previous file with comments | « ash/test/ash_test_views_delegate.h ('k') | ash/test/child_modal_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/child_modal_window.h
diff --git a/ash/test/child_modal_window.h b/ash/test/child_modal_window.h
index ed8553a9bf1b5db26ad6e0924462318a6975fcd2..5521b4f7c3236e2eb65f12c57439bbb50f39fd09 100644
--- a/ash/test/child_modal_window.h
+++ b/ash/test/child_modal_window.h
@@ -37,22 +37,22 @@ class ChildModalParent : public views::WidgetDelegateView,
views::Widget* CreateChild();
// Overridden from views::WidgetDelegate:
- virtual View* GetContentsView() OVERRIDE;
- virtual base::string16 GetWindowTitle() const OVERRIDE;
- virtual bool CanResize() const OVERRIDE;
- virtual void DeleteDelegate() OVERRIDE;
+ virtual View* GetContentsView() override;
+ virtual base::string16 GetWindowTitle() const override;
+ virtual bool CanResize() const override;
+ virtual void DeleteDelegate() override;
// Overridden from views::View:
- virtual void Layout() OVERRIDE;
+ virtual void Layout() override;
virtual void ViewHierarchyChanged(
- const ViewHierarchyChangedDetails& details) OVERRIDE;
+ const ViewHierarchyChangedDetails& details) override;
// Overridden from ButtonListener:
virtual void ButtonPressed(views::Button* sender,
- const ui::Event& event) OVERRIDE;
+ const ui::Event& event) override;
// Overridden from WidgetObserver:
- virtual void OnWidgetDestroying(views::Widget* widget) OVERRIDE;
+ virtual void OnWidgetDestroying(views::Widget* widget) override;
// The button to toggle showing and hiding the child window. The child window
// does not block input to this button.
« no previous file with comments | « ash/test/ash_test_views_delegate.h ('k') | ash/test/child_modal_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698