Index: ui/aura/window_unittest.cc |
diff --git a/ui/aura/window_unittest.cc b/ui/aura/window_unittest.cc |
index f9f2134d9d074c46f87ed1538494c34535c9cfa4..6289000c45b7f9fec71f05da90a3ac86f85c71fe 100644 |
--- a/ui/aura/window_unittest.cc |
+++ b/ui/aura/window_unittest.cc |
@@ -177,9 +177,8 @@ class CaptureWindowDelegateImpl : public TestWindowDelegate { |
mouse_event_count_++; |
return ui::ER_UNHANDLED; |
} |
- virtual ui::EventResult OnTouchEvent(ui::TouchEvent* event) OVERRIDE { |
+ virtual void OnTouchEvent(ui::TouchEvent* event) OVERRIDE { |
touch_event_count_++; |
- return ui::ER_UNHANDLED; |
} |
virtual void OnGestureEvent(ui::GestureEvent* event) OVERRIDE { |
gesture_event_count_++; |