Index: Source/core/html/shadow/DateTimeEditElement.cpp |
diff --git a/Source/core/html/shadow/DateTimeEditElement.cpp b/Source/core/html/shadow/DateTimeEditElement.cpp |
index d4b80b9ebeecfe3c332fe62c8f21470abe893232..4df315dc23f2393e0154e91b6c08eec738fdef04 100644 |
--- a/Source/core/html/shadow/DateTimeEditElement.cpp |
+++ b/Source/core/html/shadow/DateTimeEditElement.cpp |
@@ -35,8 +35,8 @@ |
#include "core/html/forms/DateTimeFieldsState.h" |
#include "core/html/shadow/DateTimeFieldElements.h" |
#include "core/html/shadow/ShadowElementNames.h" |
-#include "core/layout/style/ComputedStyle.h" |
-#include "core/layout/style/StyleInheritedData.h" |
+#include "core/style/ComputedStyle.h" |
+#include "core/style/StyleInheritedData.h" |
#include "platform/fonts/FontCache.h" |
#include "platform/text/DateTimeFormat.h" |
#include "platform/text/PlatformLocale.h" |