| Index: public/web/WebInputEvent.h
|
| diff --git a/public/web/WebInputEvent.h b/public/web/WebInputEvent.h
|
| index 79068d33b8b7e1ddafbe749831f16829471922e9..f9fc7658bdf36e21eddb5812b82ff64dc862c768 100644
|
| --- a/public/web/WebInputEvent.h
|
| +++ b/public/web/WebInputEvent.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef WebInputEvent_h
|
| #define WebInputEvent_h
|
|
|
| -#include "public/platform/WebCommon.h"
|
| -#include "public/platform/WebRect.h"
|
| -#include "public/web/WebTouchPoint.h"
|
| +#include "../platform/WebCommon.h"
|
| +#include "../platform/WebRect.h"
|
| +#include "WebTouchPoint.h"
|
|
|
| #include <string.h>
|
|
|
|
|