| Index: third_party/WebKit/Source/platform/wtf/text/StringImplCF.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/text/StringImplCF.cpp b/third_party/WebKit/Source/platform/wtf/text/StringImplCF.cpp
|
| similarity index 96%
|
| rename from third_party/WebKit/Source/wtf/text/StringImplCF.cpp
|
| rename to third_party/WebKit/Source/platform/wtf/text/StringImplCF.cpp
|
| index befe9c4766a1c915ae40d393c1191cc1ef0e7fb0..06a72e47634a02ba0c6c3c7ab237fdc6efdd77d0 100644
|
| --- a/third_party/WebKit/Source/wtf/text/StringImplCF.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/StringImplCF.cpp
|
| @@ -18,14 +18,14 @@
|
| *
|
| */
|
|
|
| -#include "wtf/text/StringImpl.h"
|
| +#include "platform/wtf/text/StringImpl.h"
|
|
|
| #if OS(MACOSX)
|
|
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RetainPtr.h"
|
| -#include "wtf/Threading.h"
|
| -#include "wtf/allocator/Partitions.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/RetainPtr.h"
|
| +#include "platform/wtf/Threading.h"
|
| +#include "platform/wtf/allocator/Partitions.h"
|
| #include <CoreFoundation/CoreFoundation.h>
|
|
|
| namespace WTF {
|
|
|