| Index: ash/wm/cursor_manager_chromeos.h
|
| diff --git a/ash/wm/cursor_manager_chromeos.h b/ash/wm/cursor_manager_chromeos.h
|
| index 70cfa1e0ddb08bfc5ef9ac538e7627768ff91432..ea81e54ccff82f3fa1654cc560841db767908d2b 100644
|
| --- a/ash/wm/cursor_manager_chromeos.h
|
| +++ b/ash/wm/cursor_manager_chromeos.h
|
| @@ -33,7 +33,7 @@ class ASH_EXPORT CursorManager : public ::wm::CursorManager {
|
|
|
| // aura::client::CursorClient:
|
| virtual bool ShouldHideCursorOnKeyEvent(
|
| - const ui::KeyEvent& event) const OVERRIDE;
|
| + const ui::KeyEvent& event) const override;
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(CursorManager);
|
| };
|
|
|