Index: third_party/WebKit/Source/wtf/text/StringImplCF.cpp |
diff --git a/third_party/WebKit/Source/wtf/text/StringImplCF.cpp b/third_party/WebKit/Source/wtf/text/StringImplCF.cpp |
index f6bd08dd4b46bfacd9b3fecd55b1e1784888a996..832e12cfea36601789b574e7eadb2c0c8d75d5e8 100644 |
--- a/third_party/WebKit/Source/wtf/text/StringImplCF.cpp |
+++ b/third_party/WebKit/Source/wtf/text/StringImplCF.cpp |
@@ -22,10 +22,10 @@ |
#if OS(MACOSX) |
-#include "wtf/Partitions.h" |
#include "wtf/PassRefPtr.h" |
#include "wtf/RetainPtr.h" |
#include "wtf/Threading.h" |
+#include "wtf/allocator/Partitions.h" |
#include <CoreFoundation/CoreFoundation.h> |
namespace WTF { |