Index: content/browser/renderer_host/input/mock_input_router_client.cc |
diff --git a/content/browser/renderer_host/input/mock_input_router_client.cc b/content/browser/renderer_host/input/mock_input_router_client.cc |
index 1484d22c5a2f277103c02fd863625d174d517ac4..436f0b06372cd490494501111d92d588c5f79f34 100644 |
--- a/content/browser/renderer_host/input/mock_input_router_client.cc |
+++ b/content/browser/renderer_host/input/mock_input_router_client.cc |
@@ -9,12 +9,12 @@ |
#include "testing/gtest/include/gtest/gtest.h" |
using base::TimeDelta; |
-using WebKit::WebGestureEvent; |
-using WebKit::WebInputEvent; |
-using WebKit::WebMouseEvent; |
-using WebKit::WebMouseWheelEvent; |
-using WebKit::WebTouchEvent; |
-using WebKit::WebTouchPoint; |
+using blink::WebGestureEvent; |
+using blink::WebInputEvent; |
+using blink::WebMouseEvent; |
+using blink::WebMouseWheelEvent; |
+using blink::WebTouchEvent; |
+using blink::WebTouchPoint; |
namespace content { |