| Index: ash/tooltips/tooltip_controller.cc
|
| diff --git a/ash/tooltips/tooltip_controller.cc b/ash/tooltips/tooltip_controller.cc
|
| index 1be88a9ab2ead698a805071132906f9967f04107..ed2528f5b100a08a50f82babcd9926a951aefba9 100644
|
| --- a/ash/tooltips/tooltip_controller.cc
|
| +++ b/ash/tooltips/tooltip_controller.cc
|
| @@ -309,7 +309,7 @@ ui::TouchStatus TooltipController::PreHandleTouchEvent(
|
|
|
| ui::GestureStatus TooltipController::PreHandleGestureEvent(
|
| aura::Window* target,
|
| - ui::GestureEventImpl* event) {
|
| + ui::GestureEvent* event) {
|
| return ui::GESTURE_STATUS_UNKNOWN;
|
| }
|
|
|
|
|