| Index: public/web/WebTouchPoint.h
|
| diff --git a/public/web/WebTouchPoint.h b/public/web/WebTouchPoint.h
|
| index 55fffcbbde0002c06fd759afc8432bd73393c8ef..fc0231a5cab40a187d777ce808c233115d16969b 100644
|
| --- a/public/web/WebTouchPoint.h
|
| +++ b/public/web/WebTouchPoint.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef WebTouchPoint_h
|
| #define WebTouchPoint_h
|
|
|
| -#include "public/platform/WebCommon.h"
|
| -#include "public/platform/WebFloatPoint.h"
|
| +#include "../platform/WebCommon.h"
|
| +#include "../platform/WebFloatPoint.h"
|
|
|
| namespace blink {
|
|
|
|
|