Index: ash/wm/power_button_controller.h |
diff --git a/ash/wm/power_button_controller.h b/ash/wm/power_button_controller.h |
index 6511a5f567465b8d29cb0b8140db951005872e81..057865753404498bf053c341959315121fcd48bf 100644 |
--- a/ash/wm/power_button_controller.h |
+++ b/ash/wm/power_button_controller.h |
@@ -64,12 +64,12 @@ class ASH_EXPORT PowerButtonController : ui::EventHandler |
void OnLockButtonEvent(bool down, const base::TimeTicks& timestamp); |
// ui::EventHandler: |
- virtual void OnKeyEvent(ui::KeyEvent* event) OVERRIDE; |
+ virtual void OnKeyEvent(ui::KeyEvent* event) override; |
#if defined(OS_CHROMEOS) |
// Overriden from ui::DisplayConfigurator::Observer: |
virtual void OnDisplayModeChanged( |
- const ui::DisplayConfigurator::DisplayStateList& outputs) OVERRIDE; |
+ const ui::DisplayConfigurator::DisplayStateList& outputs) override; |
#endif |
private: |