| Index: sky/engine/core/rendering/TextRunConstructor.h
|
| diff --git a/sky/engine/core/rendering/TextRunConstructor.h b/sky/engine/core/rendering/TextRunConstructor.h
|
| index 53f8b080ec2a0884c3b516a770435fde9da250fe..5a3a2c2c8511f1a12b808ff16bfcd00d124a423e 100644
|
| --- a/sky/engine/core/rendering/TextRunConstructor.h
|
| +++ b/sky/engine/core/rendering/TextRunConstructor.h
|
| @@ -36,10 +36,10 @@
|
| #ifndef TextRunConstructor_h
|
| #define TextRunConstructor_h
|
|
|
| -#include "platform/text/TextDirection.h"
|
| -#include "platform/text/TextRun.h"
|
| -#include "wtf/text/WTFString.h"
|
| -#include "wtf/unicode/Unicode.h"
|
| +#include "sky/engine/platform/text/TextDirection.h"
|
| +#include "sky/engine/platform/text/TextRun.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
| +#include "sky/engine/wtf/unicode/Unicode.h"
|
|
|
| namespace blink {
|
|
|
|
|