Index: Source/core/html/forms/InputType.h |
diff --git a/Source/core/html/InputType.h b/Source/core/html/forms/InputType.h |
similarity index 99% |
rename from Source/core/html/InputType.h |
rename to Source/core/html/forms/InputType.h |
index 97398ba36305a27505b1bf5d673206a98a6b8ec2..0a7831210a2f8021103182fa8c9ba1c3a52e730c 100644 |
--- a/Source/core/html/InputType.h |
+++ b/Source/core/html/forms/InputType.h |
@@ -34,8 +34,8 @@ |
#define InputType_h |
#include "core/html/HTMLTextFormControlElement.h" |
-#include "core/html/StepRange.h" |
#include "core/html/forms/InputTypeView.h" |
+#include "core/html/forms/StepRange.h" |
#include "core/page/UseCounter.h" |
namespace WebCore { |