| Index: content/common/input/input_event.cc
|
| diff --git a/content/common/input/input_event.cc b/content/common/input/input_event.cc
|
| index ab20010ff3d1dc5a7682b3ee0c3d4897e0cf0dc1..4991f85edbb0fe745d0dc4c3bf8079c0babad2c7 100644
|
| --- a/content/common/input/input_event.cc
|
| +++ b/content/common/input/input_event.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "content/common/input/input_event.h"
|
|
|
| -#include "content/common/input/web_input_event_traits.h"
|
| +#include "ui/events/blink/web_input_event_traits.h"
|
|
|
| namespace content {
|
|
|
| @@ -12,7 +12,7 @@ InputEvent::InputEvent() {}
|
|
|
| InputEvent::InputEvent(const blink::WebInputEvent& web_event,
|
| const ui::LatencyInfo& latency_info)
|
| - : web_event(WebInputEventTraits::Clone(web_event)),
|
| + : web_event(ui::WebInputEventTraits::Clone(web_event)),
|
| latency_info(latency_info) {}
|
|
|
| InputEvent::~InputEvent() {}
|
|
|