| Index: Source/core/html/forms/RangeInputType.cpp
|
| diff --git a/Source/core/html/forms/RangeInputType.cpp b/Source/core/html/forms/RangeInputType.cpp
|
| index 15aa08800c1ae21756809ce7df08a459c213b71f..38a5bcb8ef594526d4e83c14a6796279a0df8309 100644
|
| --- a/Source/core/html/forms/RangeInputType.cpp
|
| +++ b/Source/core/html/forms/RangeInputType.cpp
|
| @@ -51,8 +51,8 @@
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| #include "core/html/shadow/ShadowElementNames.h"
|
| #include "core/html/shadow/SliderThumbElement.h"
|
| -#include "core/platform/PlatformMouseEvent.h"
|
| #include "core/rendering/RenderSlider.h"
|
| +#include "platform/PlatformMouseEvent.h"
|
| #include "wtf/MathExtras.h"
|
| #include "wtf/NonCopyingSort.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|