Index: content/browser/renderer_host/input/web_input_event_builders_android.cc |
diff --git a/content/browser/renderer_host/input/web_input_event_builders_android.cc b/content/browser/renderer_host/input/web_input_event_builders_android.cc |
index b5c96c657eb5f352c769a91ab9a7116c168c0d8b..43e9bb8657209d4433e18ebefa574b3de88753e5 100644 |
--- a/content/browser/renderer_host/input/web_input_event_builders_android.cc |
+++ b/content/browser/renderer_host/input/web_input_event_builders_android.cc |
@@ -12,11 +12,11 @@ |
namespace content { |
-using WebKit::WebInputEvent; |
-using WebKit::WebKeyboardEvent; |
-using WebKit::WebGestureEvent; |
-using WebKit::WebMouseEvent; |
-using WebKit::WebMouseWheelEvent; |
+using blink::WebInputEvent; |
+using blink::WebKeyboardEvent; |
+using blink::WebGestureEvent; |
+using blink::WebMouseEvent; |
+using blink::WebMouseWheelEvent; |
WebKeyboardEvent WebKeyboardEventBuilder::Build(WebInputEvent::Type type, |
int modifiers, |
@@ -48,7 +48,7 @@ WebKeyboardEvent WebKeyboardEventBuilder::Build(WebInputEvent::Type type, |
return result; |
} |
-WebMouseEvent WebMouseEventBuilder::Build(WebKit::WebInputEvent::Type type, |
+WebMouseEvent WebMouseEventBuilder::Build(blink::WebInputEvent::Type type, |
WebMouseEvent::Button button, |
double time_sec, |
int window_x, |