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