summaryrefslogtreecommitdiffstats
path: root/ash/wm/stacking_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/wm/stacking_controller.h')
-rw-r--r--ash/wm/stacking_controller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/stacking_controller.h b/ash/wm/stacking_controller.h
index 8c76aeb..1e4642f 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.