| Index: third_party/WebKit/Source/platform/wtf/text/StringOperators.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/StringOperators.h b/third_party/WebKit/Source/platform/wtf/text/StringOperators.h
|
| similarity index 98%
|
| copy from third_party/WebKit/Source/wtf/text/StringOperators.h
|
| copy to third_party/WebKit/Source/platform/wtf/text/StringOperators.h
|
| index 1ccb63eabef157e25259bd18d704af7c514dffab..0953df733cc682678d674ce6915e44f5fc8925c3 100644
|
| --- a/third_party/WebKit/Source/wtf/text/StringOperators.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/StringOperators.h
|
| @@ -23,8 +23,8 @@
|
| #ifndef StringOperators_h
|
| #define StringOperators_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/StringConcatenate.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/StringConcatenate.h"
|
|
|
| namespace WTF {
|
|
|
|
|