| Index: third_party/WebKit/Source/platform/wtf/text/IntegerToStringConversion.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/IntegerToStringConversion.h b/third_party/WebKit/Source/platform/wtf/text/IntegerToStringConversion.h
|
| similarity index 97%
|
| copy from third_party/WebKit/Source/wtf/text/IntegerToStringConversion.h
|
| copy to third_party/WebKit/Source/platform/wtf/text/IntegerToStringConversion.h
|
| index 65bbb0ae0a2feb7ca2ab4007c47ccc79b3f651c9..ad7f63f589c4bbdcad06fdf64b9bd7484c316610 100644
|
| --- a/third_party/WebKit/Source/wtf/text/IntegerToStringConversion.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/IntegerToStringConversion.h
|
| @@ -23,8 +23,8 @@
|
| #define IntegerToStringConversion_h
|
|
|
| #include "base/numerics/safe_conversions.h"
|
| -#include "wtf/StdLibExtras.h"
|
| -#include "wtf/text/Unicode.h"
|
| +#include "platform/wtf/StdLibExtras.h"
|
| +#include "platform/wtf/text/Unicode.h"
|
| #include <limits>
|
| #include <type_traits>
|
|
|
|
|