| Index: sky/engine/platform/PlatformTouchEvent.h
|
| diff --git a/sky/engine/platform/PlatformTouchEvent.h b/sky/engine/platform/PlatformTouchEvent.h
|
| index f5f0281558199e76d7b6035790ad96253c552043..c351e8e75f7744b6fdd9d9670d44e65d796c5955 100644
|
| --- a/sky/engine/platform/PlatformTouchEvent.h
|
| +++ b/sky/engine/platform/PlatformTouchEvent.h
|
| @@ -20,9 +20,9 @@
|
| #ifndef PlatformTouchEvent_h
|
| #define PlatformTouchEvent_h
|
|
|
| -#include "platform/PlatformEvent.h"
|
| -#include "platform/PlatformTouchPoint.h"
|
| -#include "wtf/Vector.h"
|
| +#include "sky/engine/platform/PlatformEvent.h"
|
| +#include "sky/engine/platform/PlatformTouchPoint.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|