| Index: third_party/WebKit/Source/platform/wtf/text/WTFString.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/WTFString.h b/third_party/WebKit/Source/platform/wtf/text/WTFString.h
|
| similarity index 98%
|
| copy from third_party/WebKit/Source/wtf/text/WTFString.h
|
| copy to third_party/WebKit/Source/platform/wtf/text/WTFString.h
|
| index a071bf21580a33f5ae24f17a44e735c8ae194af1..141914064a9612fae787e8997d51209abcb02cd0 100644
|
| --- a/third_party/WebKit/Source/wtf/text/WTFString.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/WTFString.h
|
| @@ -26,13 +26,13 @@
|
| // This file would be called String.h, but that conflicts with <string.h>
|
| // on systems without case-sensitive file systems.
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Compiler.h"
|
| -#include "wtf/HashTableDeletedValueType.h"
|
| -#include "wtf/WTFExport.h"
|
| -#include "wtf/text/ASCIIFastPath.h"
|
| -#include "wtf/text/StringImpl.h"
|
| -#include "wtf/text/StringView.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Compiler.h"
|
| +#include "platform/wtf/HashTableDeletedValueType.h"
|
| +#include "platform/wtf/WTFExport.h"
|
| +#include "platform/wtf/text/ASCIIFastPath.h"
|
| +#include "platform/wtf/text/StringImpl.h"
|
| +#include "platform/wtf/text/StringView.h"
|
| #include <algorithm>
|
| #include <iosfwd>
|
|
|
|
|