| Index: third_party/WebKit/Source/platform/wtf/text/StringConcatenate.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/StringConcatenate.h b/third_party/WebKit/Source/platform/wtf/text/StringConcatenate.h
|
| similarity index 98%
|
| copy from third_party/WebKit/Source/wtf/text/StringConcatenate.h
|
| copy to third_party/WebKit/Source/platform/wtf/text/StringConcatenate.h
|
| index 326921b65d5d4cf458ec95748b45adc8322ee408..ec6d1c98825432aa1d7b900645458a662ac0c24b 100644
|
| --- a/third_party/WebKit/Source/wtf/text/StringConcatenate.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/StringConcatenate.h
|
| @@ -26,11 +26,11 @@
|
| #ifndef StringConcatenate_h
|
| #define StringConcatenate_h
|
|
|
| -#include "wtf/Allocator.h"
|
| +#include "platform/wtf/Allocator.h"
|
| #include <string.h>
|
|
|
| #ifndef WTFString_h
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
| #endif
|
|
|
| // This macro is helpful for testing how many intermediate Strings are created
|
|
|