Index: Source/core/css/FontFace.cpp |
diff --git a/Source/core/css/FontFace.cpp b/Source/core/css/FontFace.cpp |
index 337f39fe881cbcc97f2492ebee224afce21543c9..c8121ce9e53f6fa5863e83a1d958b44aceea77de 100644 |
--- a/Source/core/css/FontFace.cpp |
+++ b/Source/core/css/FontFace.cpp |
@@ -51,10 +51,10 @@ |
#include "core/dom/ExceptionCode.h" |
#include "core/frame/Frame.h" |
#include "core/page/Settings.h" |
-#include "core/platform/graphics/SimpleFontData.h" |
#include "core/svg/SVGFontFaceElement.h" |
#include "platform/fonts/FontDescription.h" |
#include "platform/fonts/FontTraitsMask.h" |
+#include "platform/fonts/SimpleFontData.h" |
namespace WebCore { |