Index: ash/wm/window_modality_controller_unittest.cc |
=================================================================== |
--- ash/wm/window_modality_controller_unittest.cc (revision 150582) |
+++ ash/wm/window_modality_controller_unittest.cc (working copy) |
@@ -294,7 +294,7 @@ |
private: |
// Overridden from aura::test::TestWindowDelegate. |
- virtual ui::TouchStatus OnTouchEvent(aura::TouchEvent* event) OVERRIDE { |
+ virtual ui::TouchStatus OnTouchEvent(ui::TouchEventImpl* event) OVERRIDE { |
received_touch_ = true; |
return aura::test::TestWindowDelegate::OnTouchEvent(event); |
} |