Index: ash/wm/window_cycle_controller.cc |
diff --git a/ash/wm/window_cycle_controller.cc b/ash/wm/window_cycle_controller.cc |
index dd71538e9942a1a901407b7151bf0c04a909fe94..31fea4e506166dec65f8deacafc5f15134bd950a 100644 |
--- a/ash/wm/window_cycle_controller.cc |
+++ b/ash/wm/window_cycle_controller.cc |
@@ -39,7 +39,7 @@ class WindowCycleEventFilter : public aura::EventFilter { |
ui::MouseEvent* event) OVERRIDE; |
virtual ui::TouchStatus PreHandleTouchEvent( |
aura::Window* target, |
- ui::TouchEventImpl* event) OVERRIDE; |
+ ui::TouchEvent* event) OVERRIDE; |
virtual ui::GestureStatus PreHandleGestureEvent( |
aura::Window* target, |
ui::GestureEventImpl* event) OVERRIDE; |
@@ -74,7 +74,7 @@ bool WindowCycleEventFilter::PreHandleMouseEvent( |
ui::TouchStatus WindowCycleEventFilter::PreHandleTouchEvent( |
aura::Window* target, |
- ui::TouchEventImpl* event) { |
+ ui::TouchEvent* event) { |
return ui::TOUCH_STATUS_UNKNOWN; // Not handled. |
} |