Index: ash/wm/app_list_controller.cc |
diff --git a/ash/wm/app_list_controller.cc b/ash/wm/app_list_controller.cc |
index 19eb91f8fd2cb0e6c3454f3d6f85c9838bdc9f6c..4a15e9238dd4fd7018686a18f893dc8cf2715c6a 100644 |
--- a/ash/wm/app_list_controller.cc |
+++ b/ash/wm/app_list_controller.cc |
@@ -247,7 +247,7 @@ bool AppListController::PreHandleMouseEvent(aura::Window* target, |
ui::TouchStatus AppListController::PreHandleTouchEvent( |
aura::Window* target, |
- ui::TouchEventImpl* event) { |
+ ui::TouchEvent* event) { |
return ui::TOUCH_STATUS_UNKNOWN; |
} |