Index: ash/accelerators/accelerator_delegate.h |
diff --git a/ash/accelerators/accelerator_delegate.h b/ash/accelerators/accelerator_delegate.h |
index 37990c6f775b242486a2e2ceae4df6e8bf6fa371..7027d68f25fd0261508faae40c760f2ab3dc4873 100644 |
--- a/ash/accelerators/accelerator_delegate.h |
+++ b/ash/accelerators/accelerator_delegate.h |
@@ -20,7 +20,7 @@ class ASH_EXPORT AcceleratorDelegate |
// wm::AcceleratorDelegate: |
virtual bool ProcessAccelerator(const ui::KeyEvent& event, |
const ui::Accelerator& accelerator, |
- KeyType key_type) OVERRIDE; |
+ KeyType key_type) override; |
private: |
// Returns true if the window should be allowed a chance to handle |