| Index: ash/test/child_modal_window.cc
|
| diff --git a/ash/test/child_modal_window.cc b/ash/test/child_modal_window.cc
|
| index 793b1bf546b22b670590a41c92ed8a9e7744d321..3e8896ad7d34e81db46c74bdfb7375445fc6e261 100644
|
| --- a/ash/test/child_modal_window.cc
|
| +++ b/ash/test/child_modal_window.cc
|
| @@ -62,14 +62,14 @@ class ChildModalWindow : public views::WidgetDelegateView {
|
|
|
| private:
|
| // Overridden from View:
|
| - virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
|
| - virtual gfx::Size GetPreferredSize() const OVERRIDE;
|
| + virtual void OnPaint(gfx::Canvas* canvas) override;
|
| + virtual gfx::Size GetPreferredSize() const override;
|
|
|
| // Overridden from WidgetDelegate:
|
| - virtual View* GetContentsView() OVERRIDE;
|
| - virtual base::string16 GetWindowTitle() const OVERRIDE;
|
| - virtual bool CanResize() const OVERRIDE;
|
| - virtual ui::ModalType GetModalType() const OVERRIDE;
|
| + virtual View* GetContentsView() override;
|
| + virtual base::string16 GetWindowTitle() const override;
|
| + virtual bool CanResize() const override;
|
| + virtual ui::ModalType GetModalType() const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ChildModalWindow);
|
| };
|
|
|