| Index: Source/core/platform/text/cf/AtomicStringCF.cpp
|
| diff --git a/Source/core/platform/text/cf/AtomicStringCF.cpp b/Source/core/platform/text/cf/AtomicStringCF.cpp
|
| index b173737642c8e1ef6f19cdfe17be837f694f76c1..2ba3853084ec8daa6d29b6fde376ee19234036f7 100644
|
| --- a/Source/core/platform/text/cf/AtomicStringCF.cpp
|
| +++ b/Source/core/platform/text/cf/AtomicStringCF.cpp
|
| @@ -24,12 +24,12 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include <wtf/text/AtomicString.h>
|
| +#include "wtf/text/AtomicString.h"
|
|
|
| #if USE(CF)
|
|
|
| #include <CoreFoundation/CoreFoundation.h>
|
| -#include <wtf/text/CString.h>
|
| +#include "wtf/text/CString.h"
|
|
|
| namespace WTF {
|
|
|
|
|