| Index: public/webview/WebTouchPoint.h
|
| diff --git a/Source/WebKit/chromium/public/WebTouchPoint.h b/public/webview/WebTouchPoint.h
|
| similarity index 95%
|
| copy from Source/WebKit/chromium/public/WebTouchPoint.h
|
| copy to public/webview/WebTouchPoint.h
|
| index 94ce3cd92357f7f8f0ff3454f5e117c3fb672ae7..bfad695d8eaca6780bb3264bdee4774b8c9ed2cf 100644
|
| --- a/Source/WebKit/chromium/public/WebTouchPoint.h
|
| +++ b/public/webview/WebTouchPoint.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef WebTouchPoint_h
|
| #define WebTouchPoint_h
|
|
|
| -#include "../../../../public/platform/WebCommon.h"
|
| -#include "../../../../public/platform/WebPoint.h"
|
| +#include "../platform/WebCommon.h"
|
| +#include "../platform/WebPoint.h"
|
|
|
| namespace WebKit {
|
|
|
|
|