Index: third_party/WebKit/Source/web/WebKit.cpp |
diff --git a/third_party/WebKit/Source/web/WebKit.cpp b/third_party/WebKit/Source/web/WebKit.cpp |
index 52dbb64ab8a1acbd974a7f16fc6789e11ff339fe..f0ac13e62a2b6599a8aee2b4310dc3223c05ec14 100644 |
--- a/third_party/WebKit/Source/web/WebKit.cpp |
+++ b/third_party/WebKit/Source/web/WebKit.cpp |
@@ -44,8 +44,8 @@ |
#include "public/platform/Platform.h" |
#include "public/platform/WebThread.h" |
#include "wtf/Assertions.h" |
-#include "wtf/Partitions.h" |
#include "wtf/WTF.h" |
+#include "wtf/allocator/Partitions.h" |
#include "wtf/text/AtomicString.h" |
#include "wtf/text/TextEncoding.h" |
#include <v8.h> |