summaryrefslogtreecommitdiffstats
path: root/ash/wm/ash_native_cursor_manager_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/wm/ash_native_cursor_manager_unittest.cc')
-rw-r--r--ash/wm/ash_native_cursor_manager_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/ash_native_cursor_manager_unittest.cc b/ash/wm/ash_native_cursor_manager_unittest.cc
index 0e68e09..c7ec657 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();
}