| Index: third_party/WebKit/Source/platform/wtf/text/StringConcatenate.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/text/StringConcatenate.cpp b/third_party/WebKit/Source/platform/wtf/text/StringConcatenate.cpp
|
| similarity index 97%
|
| rename from third_party/WebKit/Source/wtf/text/StringConcatenate.cpp
|
| rename to third_party/WebKit/Source/platform/wtf/text/StringConcatenate.cpp
|
| index 8a993d037167d596a01b9bb1e654c1523e772b99..b8c3d17956869e59ba24f7d3e58a0b2e5c89e490 100644
|
| --- a/third_party/WebKit/Source/wtf/text/StringConcatenate.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/StringConcatenate.cpp
|
| @@ -4,9 +4,9 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -#include "wtf/text/StringConcatenate.h"
|
| +#include "platform/wtf/text/StringConcatenate.h"
|
|
|
| -#include "wtf/text/StringImpl.h"
|
| +#include "platform/wtf/text/StringImpl.h"
|
|
|
| // This macro is helpful for testing how many intermediate Strings are created
|
| // while evaluating an expression containing operator+.
|
|
|