Index: third_party/WebKit/Source/core/layout/LayoutSlider.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutSlider.cpp b/third_party/WebKit/Source/core/layout/LayoutSlider.cpp |
index 762e87e92ebadf7d92880ff5be52eb241345a540..d9feea022c87a917d6f2184e7d3847362ba8f4e5 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutSlider.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutSlider.cpp |
@@ -22,8 +22,8 @@ |
#include "core/InputTypeNames.h" |
#include "core/dom/shadow/ShadowRoot.h" |
#include "core/html/HTMLInputElement.h" |
+#include "core/html/forms/SliderThumbElement.h" |
#include "core/html/shadow/ShadowElementNames.h" |
-#include "core/html/shadow/SliderThumbElement.h" |
#include "core/layout/LayoutSliderThumb.h" |
#include "platform/wtf/MathExtras.h" |