Index: Source/core/html/forms/RangeInputType.cpp |
diff --git a/Source/core/html/forms/RangeInputType.cpp b/Source/core/html/forms/RangeInputType.cpp |
index 470982409f2f3cd8d070682c6d488b6dc8071129..a6c0d34b3b9eb2fafd7d0cf9c1d31b593b7143ad 100644 |
--- a/Source/core/html/forms/RangeInputType.cpp |
+++ b/Source/core/html/forms/RangeInputType.cpp |
@@ -32,9 +32,9 @@ |
#include "config.h" |
#include "core/html/forms/RangeInputType.h" |
-#include "HTMLNames.h" |
-#include "InputTypeNames.h" |
#include "bindings/v8/ExceptionStatePlaceholder.h" |
+#include "core/HTMLNames.h" |
+#include "core/InputTypeNames.h" |
#include "core/accessibility/AXObjectCache.h" |
#include "core/events/KeyboardEvent.h" |
#include "core/events/MouseEvent.h" |