| Index: components/test_runner/event_sender.h
|
| diff --git a/components/test_runner/event_sender.h b/components/test_runner/event_sender.h
|
| index 4f77fcf47a98f080b9dff305a14f36f2b95c5457..de787adde52f1e990429773e8556bf8d7efd11c7 100644
|
| --- a/components/test_runner/event_sender.h
|
| +++ b/components/test_runner/event_sender.h
|
| @@ -18,10 +18,10 @@
|
| #include "build/build_config.h"
|
| #include "third_party/WebKit/public/platform/WebDragData.h"
|
| #include "third_party/WebKit/public/platform/WebDragOperation.h"
|
| +#include "third_party/WebKit/public/platform/WebInputEvent.h"
|
| #include "third_party/WebKit/public/platform/WebInputEventResult.h"
|
| #include "third_party/WebKit/public/platform/WebPoint.h"
|
| -#include "third_party/WebKit/public/web/WebInputEvent.h"
|
| -#include "third_party/WebKit/public/web/WebTouchPoint.h"
|
| +#include "third_party/WebKit/public/platform/WebTouchPoint.h"
|
|
|
| namespace blink {
|
| class WebLocalFrame;
|
|
|