| Index: Source/core/fetch/FontResource.h
|
| diff --git a/Source/core/fetch/FontResource.h b/Source/core/fetch/FontResource.h
|
| index a910f8efaa91ce095a77d020e1139ea7cb2035f0..4666820b8eab0501658572763f1093982304dd74 100644
|
| --- a/Source/core/fetch/FontResource.h
|
| +++ b/Source/core/fetch/FontResource.h
|
| @@ -28,8 +28,8 @@
|
|
|
| #include "core/fetch/Resource.h"
|
| #include "core/fetch/ResourceClient.h"
|
| -#include "core/platform/graphics/FontOrientation.h"
|
| -#include "core/platform/graphics/FontWidthVariant.h"
|
| +#include "platform/fonts/FontOrientation.h"
|
| +#include "platform/fonts/FontWidthVariant.h"
|
| #include "wtf/OwnPtr.h"
|
|
|
| namespace WebCore {
|
|
|