| Index: ash/wm/window_modality_controller.h
|
| diff --git a/ash/wm/window_modality_controller.h b/ash/wm/window_modality_controller.h
|
| index 05ac6bb762a8205034bf6648c10f690e95b12210..6dc02424338262aa6112373dd74a7659aa2a8c40 100644
|
| --- a/ash/wm/window_modality_controller.h
|
| +++ b/ash/wm/window_modality_controller.h
|
| @@ -47,7 +47,7 @@ class WindowModalityController : public aura::EventFilter,
|
| ui::TouchEvent* event) OVERRIDE;
|
| virtual ui::GestureStatus PreHandleGestureEvent(
|
| aura::Window* target,
|
| - ui::GestureEventImpl* event) OVERRIDE;
|
| + ui::GestureEvent* event) OVERRIDE;
|
|
|
| // Overridden from aura::EnvObserver:
|
| virtual void OnWindowInitialized(aura::Window* window) OVERRIDE;
|
|
|