| Index: ash/wm/app_list_controller.h
|
| diff --git a/ash/wm/app_list_controller.h b/ash/wm/app_list_controller.h
|
| index 6e67b0b1a6bb37003b8da736b5b30c41e34cc3ca..f15cd604e12c154b26577c225616f7a249d14fcb 100644
|
| --- a/ash/wm/app_list_controller.h
|
| +++ b/ash/wm/app_list_controller.h
|
| @@ -83,7 +83,7 @@ class AppListController : public aura::EventFilter,
|
| ui::TouchEvent* event) OVERRIDE;
|
| virtual ui::GestureStatus PreHandleGestureEvent(
|
| aura::Window* target,
|
| - ui::GestureEventImpl* event) OVERRIDE;
|
| + ui::GestureEvent* event) OVERRIDE;
|
|
|
| // aura::FocusChangeObserver overrides:
|
| virtual void OnWindowFocused(aura::Window* window) OVERRIDE;
|
|
|