| Index: third_party/WebKit/Source/platform/wtf/text/StringImplCF.cpp
|
| diff --git a/third_party/WebKit/Source/platform/wtf/text/StringImplCF.cpp b/third_party/WebKit/Source/platform/wtf/text/StringImplCF.cpp
|
| index 6aed879b0f057560690102405e432ec6075a6a22..dd59f742dfb4adfe05492a735a6dc7c71a2e31ec 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/text/StringImplCF.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/StringImplCF.cpp
|
| @@ -22,11 +22,11 @@
|
|
|
| #if OS(MACOSX)
|
|
|
| +#include <CoreFoundation/CoreFoundation.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 {
|
|
|
|
|