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_; |