| Index: Source/core/platform/graphics/skia/FontCustomPlatformData.h
|
| diff --git a/Source/core/platform/graphics/skia/FontCustomPlatformData.h b/Source/core/platform/graphics/skia/FontCustomPlatformData.h
|
| index 7c2d29824f1262daacc9415e607afb7bc3e1f651..4791d040ed1aa4cf53179428d4caf8b860d9c11d 100644
|
| --- a/Source/core/platform/graphics/skia/FontCustomPlatformData.h
|
| +++ b/Source/core/platform/graphics/skia/FontCustomPlatformData.h
|
| @@ -34,12 +34,12 @@
|
|
|
| #include "core/platform/graphics/FontOrientation.h"
|
| #include "core/platform/graphics/FontWidthVariant.h"
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/Noncopyable.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/Noncopyable.h"
|
|
|
| #if OS(WINDOWS)
|
| #include <windows.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/text/WTFString.h"
|
| #elif OS(UNIX)
|
| #include "SkTypeface.h"
|
| #endif
|
|
|