Index: third_party/WebKit/Source/core/html/forms/RangeInputType.cpp |
diff --git a/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp b/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp |
index 0100393c8cc4538c5772828492ad07fc1a04246e..fd44566b5dc5eef3de3dbc373fdc65dd7400fc60 100644 |
--- a/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp |
+++ b/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp |
@@ -46,10 +46,10 @@ |
#include "core/html/HTMLDivElement.h" |
#include "core/html/HTMLInputElement.h" |
#include "core/html/HTMLOptionElement.h" |
+#include "core/html/forms/SliderThumbElement.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" |
#include "core/layout/LayoutSlider.h" |
#include "platform/wtf/MathExtras.h" |
#include "platform/wtf/NonCopyingSort.h" |