| Index: third_party/WebKit/Source/core/css/CSSToLengthConversionData.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSToLengthConversionData.h b/third_party/WebKit/Source/core/css/CSSToLengthConversionData.h
|
| index b67167eb1d240e30eb6d687cdf85d0a0a93eaf5a..b76897dddcb1fb1fd21d2cec9adfe5abb18cd52c 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSToLengthConversionData.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSToLengthConversionData.h
|
| @@ -31,13 +31,13 @@
|
| #ifndef CSSToLengthConversionData_h
|
| #define CSSToLengthConversionData_h
|
|
|
| +#include <limits>
|
| #include "core/CoreExport.h"
|
| #include "core/css/CSSPrimitiveValue.h"
|
| #include "platform/geometry/DoubleSize.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include <limits>
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/MathExtras.h"
|
|
|
| namespace blink {
|
|
|
|
|