| Index: Source/core/platform/graphics/opentype/OpenTypeUtilities.h
|
| diff --git a/Source/core/platform/graphics/opentype/OpenTypeUtilities.h b/Source/core/platform/graphics/opentype/OpenTypeUtilities.h
|
| index 5d6382429755ba4f29bc46bf22cdfdfef3456574..b725b781ef4cad5042a85dc1650c0defb24d35df 100644
|
| --- a/Source/core/platform/graphics/opentype/OpenTypeUtilities.h
|
| +++ b/Source/core/platform/graphics/opentype/OpenTypeUtilities.h
|
| @@ -28,8 +28,8 @@
|
| #define OpenTypeUtilities_h
|
|
|
| #include <windows.h>
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|