Index: Source/platform/fonts/win/FontCacheWin.cpp |
diff --git a/Source/core/platform/graphics/win/FontCacheWin.cpp b/Source/platform/fonts/win/FontCacheWin.cpp |
similarity index 99% |
rename from Source/core/platform/graphics/win/FontCacheWin.cpp |
rename to Source/platform/fonts/win/FontCacheWin.cpp |
index d42303685602c7ae8e9f9fa6651299bd3fd83422..c94f9ed71a8226667913a667432228fb47bbb6b7 100644 |
--- a/Source/core/platform/graphics/win/FontCacheWin.cpp |
+++ b/Source/platform/fonts/win/FontCacheWin.cpp |
@@ -30,14 +30,14 @@ |
*/ |
#include "config.h" |
-#include "core/platform/graphics/FontCache.h" |
#include <unicode/uniset.h> |
-#include "core/platform/graphics/SimpleFontData.h" |
-#include "core/platform/graphics/win/FontPlatformDataWin.h" |
-#include "platform/LayoutTestSupport.h" |
#include "platform/fonts/FontDescription.h" |
+#include "platform/LayoutTestSupport.h" |
+#include "platform/fonts/FontCache.h" |
#include "platform/fonts/FontFallbackWin.h" |
+#include "platform/fonts/SimpleFontData.h" |
+#include "platform/fonts/win/FontPlatformDataWin.h" |
#include "platform/win/HWndDC.h" |
#include "wtf/HashMap.h" |
#include "wtf/text/StringHash.h" |