Index: Source/core/html/shadow/DateTimeFieldElements.cpp |
diff --git a/Source/core/html/shadow/DateTimeFieldElements.cpp b/Source/core/html/shadow/DateTimeFieldElements.cpp |
index c8406226781b02332359e5231d40dfde81f93218..6c8de3cab8083cb54e121f3c557caf4834849e98 100644 |
--- a/Source/core/html/shadow/DateTimeFieldElements.cpp |
+++ b/Source/core/html/shadow/DateTimeFieldElements.cpp |
@@ -27,9 +27,9 @@ |
#if ENABLE(INPUT_MULTIPLE_FIELDS_UI) |
#include "DateTimeFieldElements.h" |
-#include "DateComponents.h" |
#include "DateTimeFieldsState.h" |
-#include "LocalizedStrings.h" |
+#include "core/platform/DateComponents.h" |
+#include "core/platform/LocalizedStrings.h" |
#include <wtf/CurrentTime.h> |
#include <wtf/DateMath.h> |