Index: third_party/WebKit/Source/wtf/text/CString.cpp |
diff --git a/third_party/WebKit/Source/wtf/text/CString.cpp b/third_party/WebKit/Source/wtf/text/CString.cpp |
index b3af14ce55f0cb51aa25b849372a2e52cf6b0d87..9d850267c6873cc9cffeeaf325197ace5522f736 100644 |
--- a/third_party/WebKit/Source/wtf/text/CString.cpp |
+++ b/third_party/WebKit/Source/wtf/text/CString.cpp |
@@ -26,8 +26,8 @@ |
#include "wtf/text/CString.h" |
-#include "wtf/PartitionAlloc.h" |
-#include "wtf/Partitions.h" |
+#include "wtf/allocator/PartitionAlloc.h" |
+#include "wtf/allocator/Partitions.h" |
#include <string.h> |
using namespace std; |