| Index: third_party/WebKit/Source/web/WebInputEventConversion.h
|
| diff --git a/third_party/WebKit/Source/web/WebInputEventConversion.h b/third_party/WebKit/Source/web/WebInputEventConversion.h
|
| index 546b8417e0cb388800bfdfbf48f79b94eb372eab..7d63873ebb59c187207fee1a19d1e7358223a25c 100644
|
| --- a/third_party/WebKit/Source/web/WebInputEventConversion.h
|
| +++ b/third_party/WebKit/Source/web/WebInputEventConversion.h
|
| @@ -31,14 +31,14 @@
|
| #ifndef WebInputEventConversion_h
|
| #define WebInputEventConversion_h
|
|
|
| +#include <vector>
|
| #include "platform/scroll/ScrollTypes.h"
|
| +#include "platform/wtf/Compiler.h"
|
| #include "public/platform/WebInputEvent.h"
|
| #include "public/platform/WebKeyboardEvent.h"
|
| #include "public/platform/WebMouseWheelEvent.h"
|
| #include "public/platform/WebTouchEvent.h"
|
| #include "web/WebExport.h"
|
| -#include "wtf/Compiler.h"
|
| -#include <vector>
|
|
|
| namespace blink {
|
|
|
|
|