| Index: components/html_viewer/touch_handler.cc
|
| diff --git a/components/html_viewer/touch_handler.cc b/components/html_viewer/touch_handler.cc
|
| index e968e60288c604eef088a441515dc5dfff68a921..7e84a1c1ff08fa2593b9a5bb94de8141c01b7a71 100644
|
| --- a/components/html_viewer/touch_handler.cc
|
| +++ b/components/html_viewer/touch_handler.cc
|
| @@ -6,10 +6,10 @@
|
|
|
| #include "third_party/WebKit/public/web/WebInputEvent.h"
|
| #include "third_party/WebKit/public/web/WebView.h"
|
| -#include "third_party/mojo_services/src/input_events/public/interfaces/input_events.mojom.h"
|
| #include "ui/events/blink/blink_event_util.h"
|
| #include "ui/events/gesture_detection/gesture_provider_config_helper.h"
|
| #include "ui/events/gesture_detection/motion_event_generic.h"
|
| +#include "ui/mojo/events/input_events.mojom.h"
|
|
|
| namespace html_viewer {
|
| namespace {
|
|
|