| Index: sky/engine/platform/text/TextChecking.h
|
| diff --git a/sky/engine/platform/text/TextChecking.h b/sky/engine/platform/text/TextChecking.h
|
| index 2a6c5134f0c3bb7d9f064540de46ab498abcffec..0bf9b704cd673dae8fef8a5de9b76fd3efb62d00 100644
|
| --- a/sky/engine/platform/text/TextChecking.h
|
| +++ b/sky/engine/platform/text/TextChecking.h
|
| @@ -31,10 +31,10 @@
|
| #ifndef TextChecking_h
|
| #define TextChecking_h
|
|
|
| -#include "platform/text/TextDecoration.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "sky/engine/platform/text/TextDecoration.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|