| Index: sky/engine/platform/text/TextRun.h
|
| diff --git a/sky/engine/platform/text/TextRun.h b/sky/engine/platform/text/TextRun.h
|
| index a26410a83b2aa052bb091e4a6731b683c3ee52e7..76dada287fb14f256761af7de7f3b18d22be98d1 100644
|
| --- a/sky/engine/platform/text/TextRun.h
|
| +++ b/sky/engine/platform/text/TextRun.h
|
| @@ -24,13 +24,13 @@
|
| #ifndef TextRun_h
|
| #define TextRun_h
|
|
|
| -#include "platform/PlatformExport.h"
|
| -#include "platform/fonts/Glyph.h"
|
| -#include "platform/geometry/FloatRect.h"
|
| -#include "platform/text/TextDirection.h"
|
| -#include "platform/text/TextPath.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "sky/engine/platform/PlatformExport.h"
|
| +#include "sky/engine/platform/fonts/Glyph.h"
|
| +#include "sky/engine/platform/geometry/FloatRect.h"
|
| +#include "sky/engine/platform/text/TextDirection.h"
|
| +#include "sky/engine/platform/text/TextPath.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|