| Index: Source/core/platform/graphics/TextRun.h
|
| diff --git a/Source/core/platform/graphics/TextRun.h b/Source/core/platform/graphics/TextRun.h
|
| index 72054235794e85b0f21c776124d7742d2fd1ab7c..b5df99dfc168650cb9715933a57d5ca5eb78c435 100644
|
| --- a/Source/core/platform/graphics/TextRun.h
|
| +++ b/Source/core/platform/graphics/TextRun.h
|
| @@ -26,8 +26,8 @@
|
|
|
| #include "core/platform/graphics/FloatRect.h"
|
| #include "core/platform/text/TextDirection.h"
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/RefCounted.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|