| Index: content/common/input/web_touch_event_traits.h
|
| diff --git a/content/common/input/web_touch_event_traits.h b/content/common/input/web_touch_event_traits.h
|
| index 33ac8c7f2656ee078106ab4883fb517cb948e282..1f974aed43f9e628f8c0e4569a83bdc3e41ac331 100644
|
| --- a/content/common/input/web_touch_event_traits.h
|
| +++ b/content/common/input/web_touch_event_traits.h
|
| @@ -5,8 +5,9 @@
|
| #ifndef CONTENT_COMMON_INPUT_WEB_TOUCH_EVENT_TRAITS_H_
|
| #define CONTENT_COMMON_INPUT_WEB_TOUCH_EVENT_TRAITS_H_
|
|
|
| -#include "content/common/input/scoped_web_input_event.h"
|
| +#include "content/common/content_export.h"
|
| #include "third_party/WebKit/public/web/WebInputEvent.h"
|
| +#include "ui/events/blink/scoped_web_input_event.h"
|
|
|
| namespace content {
|
|
|
|
|