Index: ash/root_window_controller.h |
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h |
index bb047e66c71a9a14e259b03858c581b8bd78b3c3..0b79b206db1e7c622ce7d677d2eff42fbbbf7b35 100644 |
--- a/ash/root_window_controller.h |
+++ b/ash/root_window_controller.h |
@@ -267,8 +267,8 @@ class ASH_EXPORT RootWindowController : public ShellObserver { |
void DisableTouchHudProjection(); |
// Overridden from ShellObserver. |
- virtual void OnLoginStateChanged(user::LoginStatus status) OVERRIDE; |
- virtual void OnTouchHudProjectionToggled(bool enabled) OVERRIDE; |
+ virtual void OnLoginStateChanged(user::LoginStatus status) override; |
+ virtual void OnTouchHudProjectionToggled(bool enabled) override; |
scoped_ptr<AshWindowTreeHost> ash_host_; |
RootWindowLayoutManager* root_window_layout_; |