| Index: Source/core/platform/graphics/FontPlatformData.h
|
| diff --git a/Source/core/platform/graphics/FontPlatformData.h b/Source/core/platform/graphics/FontPlatformData.h
|
| index 5571b23c8a16e8b40f2934d0ac95b8404f0c53b6..e05bb0362a7ef0ecf93d35cf54c068006663da1d 100644
|
| --- a/Source/core/platform/graphics/FontPlatformData.h
|
| +++ b/Source/core/platform/graphics/FontPlatformData.h
|
| @@ -33,8 +33,8 @@
|
| #ifndef FontPlatformData_h
|
| #define FontPlatformData_h
|
|
|
| -#include "core/platform/graphics/FontOrientation.h"
|
| -#include "core/platform/graphics/FontWidthVariant.h"
|
| +#include "platform/fonts/FontOrientation.h"
|
| +#include "platform/fonts/FontWidthVariant.h"
|
|
|
| #if OS(MACOSX)
|
| OBJC_CLASS NSFont;
|
|
|