Index: Source/core/html/forms/RangeInputType.cpp |
diff --git a/Source/core/html/RangeInputType.cpp b/Source/core/html/forms/RangeInputType.cpp |
similarity index 99% |
rename from Source/core/html/RangeInputType.cpp |
rename to Source/core/html/forms/RangeInputType.cpp |
index 08f3608850508f43f3175cc749390ad67a47cdf8..649bffd3745b070f87bcfcfd22f5dfe39a2f5031 100644 |
--- a/Source/core/html/RangeInputType.cpp |
+++ b/Source/core/html/forms/RangeInputType.cpp |
@@ -30,9 +30,8 @@ |
*/ |
#include "config.h" |
-#include "core/html/RangeInputType.h" |
+#include "core/html/forms/RangeInputType.h" |
-#include <limits> |
#include "HTMLNames.h" |
#include "bindings/v8/ExceptionStatePlaceholder.h" |
#include "core/accessibility/AXObjectCache.h" |
@@ -47,8 +46,8 @@ |
#include "core/html/HTMLDivElement.h" |
#include "core/html/HTMLInputElement.h" |
#include "core/html/HTMLOptionElement.h" |
-#include "core/html/InputTypeNames.h" |
-#include "core/html/StepRange.h" |
+#include "core/html/forms/InputTypeNames.h" |
+#include "core/html/forms/StepRange.h" |
#include "core/html/parser/HTMLParserIdioms.h" |
#include "core/html/shadow/ShadowElementNames.h" |
#include "core/html/shadow/SliderThumbElement.h" |
@@ -57,6 +56,7 @@ |
#include "wtf/MathExtras.h" |
#include "wtf/NonCopyingSort.h" |
#include "wtf/PassOwnPtr.h" |
+#include <limits> |
namespace WebCore { |