summaryrefslogtreecommitdiffstats
path: root/ash/root_window_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/root_window_controller.h')
-rw-r--r--ash/root_window_controller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index bb047e6..0b79b20 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_;