Index: Source/core/platform/graphics/FontCache.cpp |
diff --git a/Source/core/platform/graphics/FontCache.cpp b/Source/core/platform/graphics/FontCache.cpp |
index ca6ca00185b2134b27e11c6d4f9d2d630f74b4aa..9f7e72234964c3032e7a3a3691b27c0e1a1b71f1 100644 |
--- a/Source/core/platform/graphics/FontCache.cpp |
+++ b/Source/core/platform/graphics/FontCache.cpp |
@@ -35,14 +35,14 @@ |
#include "RuntimeEnabledFeatures.h" |
#include "core/platform/graphics/AlternateFontFamily.h" |
#include "core/platform/graphics/Font.h" |
-#include "core/platform/graphics/FontCacheKey.h" |
-#include "core/platform/graphics/FontDescription.h" |
#include "core/platform/graphics/FontFallbackList.h" |
#include "core/platform/graphics/FontPlatformData.h" |
-#include "core/platform/graphics/FontSelector.h" |
-#include "core/platform/graphics/FontSmoothingMode.h" |
-#include "core/platform/graphics/TextRenderingMode.h" |
#include "core/platform/graphics/opentype/OpenTypeVerticalData.h" |
+#include "platform/fonts/FontCacheKey.h" |
+#include "platform/fonts/FontDescription.h" |
+#include "platform/fonts/FontSelector.h" |
+#include "platform/fonts/FontSmoothingMode.h" |
+#include "platform/fonts/TextRenderingMode.h" |
#include "wtf/HashMap.h" |
#include "wtf/ListHashSet.h" |
#include "wtf/StdLibExtras.h" |