Index: content/browser/renderer_host/input/mock_input_ack_handler.cc |
diff --git a/content/browser/renderer_host/input/mock_input_ack_handler.cc b/content/browser/renderer_host/input/mock_input_ack_handler.cc |
index 04f1cf82e92cb07002ba33ef294140aaebe10bf6..0ab903f8c8494d5fbc92e5b83c4a85d64e0721fa 100644 |
--- a/content/browser/renderer_host/input/mock_input_ack_handler.cc |
+++ b/content/browser/renderer_host/input/mock_input_ack_handler.cc |
@@ -8,12 +8,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 { |