| Index: ash/wm/stacking_controller.h
|
| diff --git a/ash/wm/stacking_controller.h b/ash/wm/stacking_controller.h
|
| index 8c76aeb4808e01e2e50f898065cb68bceaf6b44b..1e4642f03738c90b9608188205795b4602546f6b 100644
|
| --- a/ash/wm/stacking_controller.h
|
| +++ b/ash/wm/stacking_controller.h
|
| @@ -22,7 +22,7 @@ class ASH_EXPORT StackingController : public aura::client::WindowTreeClient {
|
| // Overridden from aura::client::WindowTreeClient:
|
| virtual aura::Window* GetDefaultParent(aura::Window* context,
|
| aura::Window* window,
|
| - const gfx::Rect& bounds) OVERRIDE;
|
| + const gfx::Rect& bounds) override;
|
|
|
| private:
|
| // Returns corresponding system modal container for a modal window.
|
|
|