| Index: third_party/WebKit/Source/platform/wtf/text/StringToNumber.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/text/StringToNumber.cpp b/third_party/WebKit/Source/platform/wtf/text/StringToNumber.cpp
|
| similarity index 98%
|
| rename from third_party/WebKit/Source/wtf/text/StringToNumber.cpp
|
| rename to third_party/WebKit/Source/platform/wtf/text/StringToNumber.cpp
|
| index 423bf6812c8fd67b676b0d0200c1ce9f18b6e009..b9cc8d28926aee61111f2de384525cc7b1ea54f4 100644
|
| --- a/third_party/WebKit/Source/wtf/text/StringToNumber.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/StringToNumber.cpp
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "wtf/text/StringToNumber.h"
|
| +#include "platform/wtf/text/StringToNumber.h"
|
|
|
| -#include "wtf/ASCIICType.h"
|
| -#include "wtf/dtoa.h"
|
| -#include "wtf/text/StringImpl.h"
|
| +#include "platform/wtf/ASCIICType.h"
|
| +#include "platform/wtf/dtoa.h"
|
| +#include "platform/wtf/text/StringImpl.h"
|
| #include <type_traits>
|
|
|
| namespace WTF {
|
|
|