| Index: Source/core/platform/graphics/TextRun.h
|
| diff --git a/Source/core/platform/graphics/TextRun.h b/Source/core/platform/graphics/TextRun.h
|
| index 3f2836e79463147caefa7da586bae95e7a1bca76..1f73f891fa783acd65a612b851c8c9892d8d796e 100644
|
| --- a/Source/core/platform/graphics/TextRun.h
|
| +++ b/Source/core/platform/graphics/TextRun.h
|
| @@ -24,8 +24,8 @@
|
| #ifndef TextRun_h
|
| #define TextRun_h
|
|
|
| -#include "core/platform/graphics/FloatRect.h"
|
| -#include "core/platform/text/TextDirection.h"
|
| +#include "platform/geometry/FloatRect.h"
|
| +#include "platform/text/TextDirection.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
|
|