| 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 511eeb461fed830d9bd479846818ed8e0747984c..0100393c8cc4538c5772828492ad07fc1a04246e 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp
|
| @@ -31,6 +31,7 @@
|
|
|
| #include "core/html/forms/RangeInputType.h"
|
|
|
| +#include <limits>
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "core/HTMLNames.h"
|
| #include "core/InputTypeNames.h"
|
| @@ -50,9 +51,8 @@
|
| #include "core/html/shadow/ShadowElementNames.h"
|
| #include "core/html/shadow/SliderThumbElement.h"
|
| #include "core/layout/LayoutSlider.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/NonCopyingSort.h"
|
| -#include <limits>
|
| +#include "platform/wtf/MathExtras.h"
|
| +#include "platform/wtf/NonCopyingSort.h"
|
|
|
| namespace blink {
|
|
|
|
|