| Index: content/browser/renderer_host/input/input_router_impl_unittest.cc
|
| diff --git a/content/browser/renderer_host/input/input_router_impl_unittest.cc b/content/browser/renderer_host/input/input_router_impl_unittest.cc
|
| index a8acf939e106bfd4c9547778b080af680efbaef0..a84f0d92af5fa0b02d3b1f8cbeba9f02f97d43ca 100644
|
| --- a/content/browser/renderer_host/input/input_router_impl_unittest.cc
|
| +++ b/content/browser/renderer_host/input/input_router_impl_unittest.cc
|
| @@ -27,13 +27,13 @@
|
| #include "content/common/edit_command.h"
|
| #include "content/common/input/synthetic_web_input_event_builders.h"
|
| #include "content/common/input/touch_action.h"
|
| -#include "content/common/input/web_input_event_traits.h"
|
| #include "content/common/input_messages.h"
|
| #include "content/common/view_messages.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "content/public/test/mock_render_process_host.h"
|
| #include "content/public/test/test_browser_context.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "ui/events/blink/web_input_event_traits.h"
|
| #include "ui/events/keycodes/keyboard_codes.h"
|
|
|
| #if defined(USE_AURA)
|
| @@ -49,6 +49,7 @@ using blink::WebMouseEvent;
|
| using blink::WebMouseWheelEvent;
|
| using blink::WebTouchEvent;
|
| using blink::WebTouchPoint;
|
| +using ui::WebInputEventTraits;
|
|
|
| namespace content {
|
|
|
|
|