Index: content/browser/renderer_host/web_input_event_aura.h |
diff --git a/content/browser/renderer_host/web_input_event_aura.h b/content/browser/renderer_host/web_input_event_aura.h |
index c26a31e9c0203e0ffaea27abdddb56d30b72db50..231a580674a00f0c1547e6f744c30d0dcbf01454 100644 |
--- a/content/browser/renderer_host/web_input_event_aura.h |
+++ b/content/browser/renderer_host/web_input_event_aura.h |
@@ -13,7 +13,7 @@ class GestureEventImpl; |
class KeyEvent; |
class MouseEvent; |
class ScrollEvent; |
-class TouchEventImpl; |
+class TouchEvent; |
} |
namespace content { |
@@ -35,7 +35,7 @@ CONTENT_EXPORT WebKit::WebGestureEvent MakeWebGestureEventFlingCancel(); |
// Updates the WebTouchEvent based on the TouchEvent. It returns the updated |
// WebTouchPoint contained in the WebTouchEvent, or NULL if no point was |
// updated. |
-WebKit::WebTouchPoint* UpdateWebTouchEvent(ui::TouchEventImpl* event, |
+WebKit::WebTouchPoint* UpdateWebTouchEvent(ui::TouchEvent* event, |
WebKit::WebTouchEvent* web_event); |
} |