| 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 62649a2dc4b7d0fabb9075d8126920e8dcace404..c45e386ecea3cd01464e74fe31bb1ea84a7f4d4a 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"
|
| @@ -32,6 +31,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"
|
|
|
| @@ -44,6 +44,7 @@ using blink::WebKeyboardEvent;
|
| using blink::WebMouseEvent;
|
| using blink::WebMouseWheelEvent;
|
| using blink::WebTouchEvent;
|
| +using ui::WebInputEventTraits;
|
|
|
| namespace content {
|
| namespace {
|
|
|