| Index: blimp/client/core/input/blimp_input_manager.h
|
| diff --git a/blimp/client/core/input/blimp_input_manager.h b/blimp/client/core/input/blimp_input_manager.h
|
| index 8053427f40c0a4ecabd4c5b3c56f540418b0a35f..23787a777c2aa9f70869584e1af7087ee7ed7bb0 100644
|
| --- a/blimp/client/core/input/blimp_input_manager.h
|
| +++ b/blimp/client/core/input/blimp_input_manager.h
|
| @@ -12,7 +12,8 @@
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/synchronization/waitable_event.h"
|
| #include "base/threading/thread_checker.h"
|
| -#include "third_party/WebKit/public/web/WebInputEvent.h"
|
| +#include "third_party/WebKit/public/platform/WebGestureEvent.h"
|
| +#include "third_party/WebKit/public/platform/WebInputEvent.h"
|
| #include "ui/events/gesture_detection/filtered_gesture_provider.h"
|
| #include "ui/events/gesture_detection/motion_event.h"
|
|
|
|
|