| Index: sky/engine/platform/PlatformThreadData.h
|
| diff --git a/sky/engine/platform/PlatformThreadData.h b/sky/engine/platform/PlatformThreadData.h
|
| index 428da4b9e48b3a393b82d2835918fbe5508c6ef7..797eb734a9fc5ec99eb333b8ac192b0b6dfffee7 100644
|
| --- a/sky/engine/platform/PlatformThreadData.h
|
| +++ b/sky/engine/platform/PlatformThreadData.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef PlatformThreadData_h
|
| #define PlatformThreadData_h
|
|
|
| -#include "platform/PlatformExport.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/OwnPtr.h"
|
| +#include "sky/engine/platform/PlatformExport.h"
|
| +#include "sky/engine/wtf/Noncopyable.h"
|
| +#include "sky/engine/wtf/OwnPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|