Index: ash/wm/window_modality_controller.cc |
diff --git a/ash/wm/window_modality_controller.cc b/ash/wm/window_modality_controller.cc |
index bf474d8f7e0132e6c72588787bc9520c5a1bec5a..1c72edf41f4d71b8ca9088d82a69c5763da8e680 100644 |
--- a/ash/wm/window_modality_controller.cc |
+++ b/ash/wm/window_modality_controller.cc |
@@ -86,7 +86,7 @@ bool WindowModalityController::PreHandleMouseEvent(aura::Window* target, |
ui::TouchStatus WindowModalityController::PreHandleTouchEvent( |
aura::Window* target, |
- ui::TouchEventImpl* event) { |
+ ui::TouchEvent* event) { |
return ProcessLocatedEvent(target, event) ? ui::TOUCH_STATUS_CONTINUE : |
ui::TOUCH_STATUS_UNKNOWN; |
} |