Index: content/browser/renderer_host/input/input_router_impl.cc |
diff --git a/content/browser/renderer_host/input/input_router_impl.cc b/content/browser/renderer_host/input/input_router_impl.cc |
index 9c14a2db3adb3f4f03a68bed5d9374673ea24d36..f846788850de9cd59db33b99817ecfb048881211 100644 |
--- a/content/browser/renderer_host/input/input_router_impl.cc |
+++ b/content/browser/renderer_host/input/input_router_impl.cc |
@@ -22,7 +22,6 @@ |
#include "content/common/edit_command.h" |
#include "content/common/input/input_event_ack_state.h" |
#include "content/common/input/touch_action.h" |
-#include "content/common/input/web_input_event_traits.h" |
#include "content/common/input/web_touch_event_traits.h" |
#include "content/common/input_messages.h" |
#include "content/common/view_messages.h" |
@@ -33,6 +32,7 @@ |
#include "content/public/common/content_switches.h" |
#include "ipc/ipc_sender.h" |
#include "ui/events/blink/blink_event_util.h" |
+#include "ui/events/blink/web_input_event_traits.h" |
#include "ui/events/event.h" |
#include "ui/events/keycodes/keyboard_codes.h" |
@@ -45,6 +45,7 @@ using blink::WebKeyboardEvent; |
using blink::WebMouseEvent; |
using blink::WebMouseWheelEvent; |
using blink::WebTouchEvent; |
+using ui::WebInputEventTraits; |
namespace content { |
namespace { |