| Index: third_party/WebKit/Source/platform/wtf/text/IntegerToStringConversion.h
|
| diff --git a/third_party/WebKit/Source/platform/wtf/text/IntegerToStringConversion.h b/third_party/WebKit/Source/platform/wtf/text/IntegerToStringConversion.h
|
| index 0b3938ab54d6003a03a1412031902b63fde8166d..0c3eabd0849075c79bff5fb4cc10b253f1175d54 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/text/IntegerToStringConversion.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/IntegerToStringConversion.h
|
| @@ -22,11 +22,11 @@
|
| #ifndef IntegerToStringConversion_h
|
| #define IntegerToStringConversion_h
|
|
|
| +#include <limits>
|
| +#include <type_traits>
|
| #include "base/numerics/safe_conversions.h"
|
| #include "platform/wtf/StdLibExtras.h"
|
| #include "platform/wtf/text/Unicode.h"
|
| -#include <limits>
|
| -#include <type_traits>
|
|
|
| namespace WTF {
|
|
|
|
|