| Index: Source/core/platform/graphics/mac/FontCustomPlatformData.h
|
| diff --git a/Source/core/platform/graphics/mac/FontCustomPlatformData.h b/Source/core/platform/graphics/mac/FontCustomPlatformData.h
|
| index 5716c43ec2fee7076aed6fe43b14f71c726d2822..a1fe50f84da5f7c26b3c06407b79bd75f6d7c5dd 100644
|
| --- a/Source/core/platform/graphics/mac/FontCustomPlatformData.h
|
| +++ b/Source/core/platform/graphics/mac/FontCustomPlatformData.h
|
| @@ -24,8 +24,8 @@
|
| #include <CoreFoundation/CFBase.h>
|
| #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"
|
|
|
| typedef struct CGFont* CGFontRef;
|
| typedef UInt32 ATSFontContainerRef;
|
|
|