| Index: third_party/WebKit/Source/core/layout/LayoutSliderContainer.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutSliderContainer.cpp b/third_party/WebKit/Source/core/layout/LayoutSliderContainer.cpp
|
| index f6f211e1e8584e45fdc241c1268591125ad8fc59..090b693d8ac16f30b56d5cfa87aff5f9cb44eca1 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutSliderContainer.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutSliderContainer.cpp
|
| @@ -33,9 +33,9 @@
|
|
|
| #include "core/dom/shadow/ShadowRoot.h"
|
| #include "core/html/HTMLInputElement.h"
|
| +#include "core/html/forms/SliderThumbElement.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 "core/layout/LayoutTheme.h"
|
|
|
|
|