| Index: ash/wm/ash_native_cursor_manager_unittest.cc
|
| diff --git a/ash/wm/ash_native_cursor_manager_unittest.cc b/ash/wm/ash_native_cursor_manager_unittest.cc
|
| index 0e68e096041ee61d35bb2ee89c5196fa4b7723b2..c7ec65773406774e36cbb24cafdf76e2d3893ab5 100644
|
| --- a/ash/wm/ash_native_cursor_manager_unittest.cc
|
| +++ b/ash/wm/ash_native_cursor_manager_unittest.cc
|
| @@ -44,7 +44,7 @@ class MouseEventLocationDelegate : public aura::test::TestWindowDelegate {
|
| return p;
|
| }
|
|
|
| - virtual void OnMouseEvent(ui::MouseEvent* event) OVERRIDE {
|
| + virtual void OnMouseEvent(ui::MouseEvent* event) override {
|
| mouse_event_location_ = event->location();
|
| event->SetHandled();
|
| }
|
|
|