| Index: third_party/WebKit/Source/platform/wtf/text/StringImpl.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/StringImpl.h b/third_party/WebKit/Source/platform/wtf/text/StringImpl.h
|
| similarity index 98%
|
| copy from third_party/WebKit/Source/wtf/text/StringImpl.h
|
| copy to third_party/WebKit/Source/platform/wtf/text/StringImpl.h
|
| index 97f2c6767bf69b877952e92764be6494d64a0b85..33464883882e6b8069a64a95b77781ebd0a36c3f 100644
|
| --- a/third_party/WebKit/Source/wtf/text/StringImpl.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/StringImpl.h
|
| @@ -24,19 +24,19 @@
|
| #ifndef StringImpl_h
|
| #define StringImpl_h
|
|
|
| -#include "wtf/ASCIICType.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/StringHasher.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/WTFExport.h"
|
| -#include "wtf/text/ASCIIFastPath.h"
|
| -#include "wtf/text/Unicode.h"
|
| +#include "platform/wtf/ASCIICType.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/StringHasher.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/WTFExport.h"
|
| +#include "platform/wtf/text/ASCIIFastPath.h"
|
| +#include "platform/wtf/text/Unicode.h"
|
| #include <limits.h>
|
| #include <string.h>
|
|
|
| #if DCHECK_IS_ON()
|
| -#include "wtf/ThreadRestrictionVerifier.h"
|
| +#include "platform/wtf/ThreadRestrictionVerifier.h"
|
| #endif
|
|
|
| #if OS(MACOSX)
|
|
|