Index: ash/wm/always_on_top_controller.h |
diff --git a/ash/wm/always_on_top_controller.h b/ash/wm/always_on_top_controller.h |
index fda496a841d5173d2be6a0afdc43b71d67deb89f..c813ea2c4281c27a374d7b5642cacb600f0d3a63 100644 |
--- a/ash/wm/always_on_top_controller.h |
+++ b/ash/wm/always_on_top_controller.h |
@@ -32,12 +32,12 @@ class AlwaysOnTopController : public aura::WindowObserver { |
private: |
// Overridden from aura::WindowObserver: |
- virtual void OnWindowAdded(aura::Window* child) OVERRIDE; |
- virtual void OnWillRemoveWindow(aura::Window* child) OVERRIDE; |
+ virtual void OnWindowAdded(aura::Window* child) override; |
+ virtual void OnWillRemoveWindow(aura::Window* child) override; |
virtual void OnWindowPropertyChanged(aura::Window* window, |
const void* key, |
- intptr_t old) OVERRIDE; |
- virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; |
+ intptr_t old) override; |
+ virtual void OnWindowDestroyed(aura::Window* window) override; |
aura::Window* always_on_top_container_; |