Index: content/browser/android/touch_point.h |
diff --git a/content/browser/android/touch_point.h b/content/browser/android/touch_point.h |
index 8e9971bad5c8341a7e23153e709726ad2a9d49ee..d7caac08764260fdbaa3b00f2592b844d5e5d8b4 100644 |
--- a/content/browser/android/touch_point.h |
+++ b/content/browser/android/touch_point.h |
@@ -12,7 +12,7 @@ |
namespace content { |
// This class provides a helper method to convert a java object array of touch |
-// events (in physical pixdels) into a WebKit::WebTouchEvent (in dip). |
+// events (in physical pixdels) into a blink::WebTouchEvent (in dip). |
class TouchPoint { |
public: |
static void BuildWebTouchEvent(JNIEnv* env, |
@@ -20,7 +20,7 @@ class TouchPoint { |
jlong time_ms, |
float dpi_scale, |
jobjectArray pts, |
- WebKit::WebTouchEvent& event); |
+ blink::WebTouchEvent& event); |
}; |
bool RegisterTouchPoint(JNIEnv* env); |