| Index: ash/display/mouse_cursor_event_filter.h
|
| diff --git a/ash/display/mouse_cursor_event_filter.h b/ash/display/mouse_cursor_event_filter.h
|
| index 34df07433d470942e8c987e56b4c396792422dbe..937d73de810ecafc528a6ab43fd04631f13c557b 100644
|
| --- a/ash/display/mouse_cursor_event_filter.h
|
| +++ b/ash/display/mouse_cursor_event_filter.h
|
| @@ -30,7 +30,7 @@ class ASH_EXPORT MouseCursorEventFilter : public aura::EventFilter {
|
| ui::TouchEvent* event) OVERRIDE;
|
| virtual ui::GestureStatus PreHandleGestureEvent(
|
| aura::Window* target,
|
| - ui::GestureEventImpl* event) OVERRIDE;
|
| + ui::GestureEvent* event) OVERRIDE;
|
|
|
| private:
|
| DisplayController* display_controller_;
|
|
|