Index: Source/core/html/shadow/SliderThumbElement.cpp |
diff --git a/Source/core/html/shadow/SliderThumbElement.cpp b/Source/core/html/shadow/SliderThumbElement.cpp |
index 14165d40471711c8875d3bb3d24e028d96ab8d55..0e00f957703aaed3d52cda1b4f63938b53c6c2d3 100644 |
--- a/Source/core/html/shadow/SliderThumbElement.cpp |
+++ b/Source/core/html/shadow/SliderThumbElement.cpp |
@@ -37,7 +37,7 @@ |
#include "core/dom/MouseEvent.h" |
#include "core/dom/shadow/ShadowRoot.h" |
#include "core/html/HTMLInputElement.h" |
-#include "core/html/StepRange.h" |
+#include "core/html/forms/StepRange.h" |
#include "core/html/parser/HTMLParserIdioms.h" |
#include "core/html/shadow/ShadowElementNames.h" |
#include "core/page/EventHandler.h" |