Index: Source/core/html/shadow/DateTimeEditElement.cpp |
diff --git a/Source/core/html/shadow/DateTimeEditElement.cpp b/Source/core/html/shadow/DateTimeEditElement.cpp |
index f34b2336b4e40bdd9c21848d7977f7952371829e..eb3508e9dc88e762cb0817868f69fd7be8de50d3 100644 |
--- a/Source/core/html/shadow/DateTimeEditElement.cpp |
+++ b/Source/core/html/shadow/DateTimeEditElement.cpp |
@@ -34,9 +34,9 @@ |
#include "core/html/forms/DateTimeFieldsState.h" |
#include "core/html/shadow/DateTimeFieldElements.h" |
#include "core/html/shadow/ShadowElementNames.h" |
-#include "core/platform/graphics/FontCache.h" |
#include "core/rendering/style/RenderStyle.h" |
#include "core/rendering/style/StyleInheritedData.h" |
+#include "platform/fonts/FontCache.h" |
#include "platform/text/DateTimeFormat.h" |
#include "platform/text/PlatformLocale.h" |
#include "wtf/DateMath.h" |