| Index: third_party/WebKit/Source/platform/wtf/text/AtomicStringCF.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/text/AtomicStringCF.cpp b/third_party/WebKit/Source/platform/wtf/text/AtomicStringCF.cpp
|
| similarity index 94%
|
| rename from third_party/WebKit/Source/wtf/text/AtomicStringCF.cpp
|
| rename to third_party/WebKit/Source/platform/wtf/text/AtomicStringCF.cpp
|
| index 981c40de38e8b0907a52c9574d18d7aadb68aa49..6f89782ca76049e1ed693028304d1859e64eb854 100644
|
| --- a/third_party/WebKit/Source/wtf/text/AtomicStringCF.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/AtomicStringCF.cpp
|
| @@ -23,13 +23,13 @@
|
| * THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
|
|
| -#include "wtf/text/AtomicStringTable.h"
|
| +#include "platform/wtf/text/AtomicStringTable.h"
|
|
|
| #if OS(MACOSX)
|
|
|
| -#include "wtf/text/CString.h"
|
| +#include "platform/wtf/text/CString.h"
|
| #include <CoreFoundation/CoreFoundation.h>
|
|
|
| namespace WTF {
|
|
|