Index: Source/core/html/TimeInputType.cpp |
diff --git a/Source/core/html/TimeInputType.cpp b/Source/core/html/TimeInputType.cpp |
index 257977089bb3848512541fb46ad811c364d5ba5f..86ad75dcf95c87dc938727586f4cd0f97e4354de 100644 |
--- a/Source/core/html/TimeInputType.cpp |
+++ b/Source/core/html/TimeInputType.cpp |
@@ -31,10 +31,10 @@ |
#include "config.h" |
#include "TimeInputType.h" |
-#include "DateComponents.h" |
#include "HTMLInputElement.h" |
#include "HTMLNames.h" |
#include "InputTypeNames.h" |
+#include "core/platform/DateComponents.h" |
#include <wtf/CurrentTime.h> |
#include <wtf/DateMath.h> |
#include <wtf/MathExtras.h> |