Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index bf6f5a4d5a2c813d1d8d3cec8c3d2daed65b95f0..7395446c392fcf11067295c88aa5ddd93ec363e7 100644 |
--- a/ash/shell.cc |
+++ b/ash/shell.cc |
@@ -160,7 +160,7 @@ class AshVisibilityController : public ::wm::VisibilityController { |
// Overridden from ::wm::VisibilityController: |
virtual bool CallAnimateOnChildWindowVisibilityChanged( |
aura::Window* window, |
- bool visible) OVERRIDE { |
+ bool visible) override { |
return AnimateOnChildWindowVisibilityChanged(window, visible); |
} |