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

Unified Diff: ash/shell/toplevel_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/shell/shell_delegate_impl.cc ('k') | ash/shell/widgets.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/toplevel_window.h
diff --git a/ash/shell/toplevel_window.h b/ash/shell/toplevel_window.h
index db19d1e47fb1387df90f2e5ac25fb312269fe28e..ad515ba8c365428234f08f132a0056846ca581b3 100644
--- a/ash/shell/toplevel_window.h
+++ b/ash/shell/toplevel_window.h
@@ -30,21 +30,21 @@ class ToplevelWindow : public views::WidgetDelegateView {
virtual ~ToplevelWindow();
// Overridden from views::View:
- virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
+ virtual void OnPaint(gfx::Canvas* canvas) override;
// Overridden from views::WidgetDelegate:
- virtual base::string16 GetWindowTitle() const OVERRIDE;
+ virtual base::string16 GetWindowTitle() const override;
virtual void SaveWindowPlacement(
const gfx::Rect& bounds,
- ui::WindowShowState show_state) OVERRIDE;
+ ui::WindowShowState show_state) override;
virtual bool GetSavedWindowPlacement(
const views::Widget* widget,
gfx::Rect* bounds,
- ui::WindowShowState* show_state) const OVERRIDE;
- virtual View* GetContentsView() OVERRIDE;
- virtual bool CanResize() const OVERRIDE;
- virtual bool CanMaximize() const OVERRIDE;
- virtual bool CanMinimize() const OVERRIDE;
+ ui::WindowShowState* show_state) const override;
+ virtual View* GetContentsView() override;
+ virtual bool CanResize() const override;
+ virtual bool CanMaximize() const override;
+ virtual bool CanMinimize() const override;
const CreateParams params_;
« no previous file with comments | « ash/shell/shell_delegate_impl.cc ('k') | ash/shell/widgets.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698