Index: Source/core/html/forms/BaseDateAndTimeInputType.h |
diff --git a/Source/core/html/BaseDateAndTimeInputType.h b/Source/core/html/forms/BaseDateAndTimeInputType.h |
similarity index 98% |
rename from Source/core/html/BaseDateAndTimeInputType.h |
rename to Source/core/html/forms/BaseDateAndTimeInputType.h |
index 25e90c0346928dc2412d6a5464a3602eedcbe66e..3ec0e74d8cf8b2539b926f2fc8377211612e62e1 100644 |
--- a/Source/core/html/BaseDateAndTimeInputType.h |
+++ b/Source/core/html/forms/BaseDateAndTimeInputType.h |
@@ -31,7 +31,7 @@ |
#ifndef BaseDateAndTimeInputType_h |
#define BaseDateAndTimeInputType_h |
-#include "core/html/InputType.h" |
+#include "core/html/forms/InputType.h" |
#include "core/platform/DateComponents.h" |
namespace WebCore { |