Index: Source/core/html/shadow/DateTimeFieldElement.cpp |
diff --git a/Source/core/html/shadow/DateTimeFieldElement.cpp b/Source/core/html/shadow/DateTimeFieldElement.cpp |
index 7ae5e841d08efa60163f0d66d055700e3976518f..8b980fc05d7dbe72b288eacc590a5d0d95ef6e35 100644 |
--- a/Source/core/html/shadow/DateTimeFieldElement.cpp |
+++ b/Source/core/html/shadow/DateTimeFieldElement.cpp |
@@ -27,12 +27,12 @@ |
#if ENABLE(INPUT_MULTIPLE_FIELDS_UI) |
#include "DateTimeFieldElement.h" |
-#include "DateComponents.h" |
#include "HTMLNames.h" |
#include "KeyboardEvent.h" |
-#include "LocalizedStrings.h" |
#include "RenderObject.h" |
#include "Text.h" |
+#include "core/platform/DateComponents.h" |
+#include "core/platform/LocalizedStrings.h" |
#include "core/platform/text/PlatformLocale.h" |
#include <wtf/text/WTFString.h> |