Index: third_party/WebKit/Source/platform/graphics/ContiguousContainer.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/ContiguousContainer.cpp b/third_party/WebKit/Source/platform/graphics/ContiguousContainer.cpp |
index 505b9a55b0360ee96b2c9de92a34326606d383f9..cdf81df5b56118cd123ab5ef7ad98a8e9eecfc2a 100644 |
--- a/third_party/WebKit/Source/platform/graphics/ContiguousContainer.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/ContiguousContainer.cpp |
@@ -6,9 +6,9 @@ |
#include "wtf/Allocator.h" |
#include "wtf/ContainerAnnotations.h" |
-#include "wtf/PartitionAlloc.h" |
-#include "wtf/Partitions.h" |
#include "wtf/PassOwnPtr.h" |
+#include "wtf/allocator/PartitionAlloc.h" |
+#include "wtf/allocator/Partitions.h" |
#include <algorithm> |
namespace blink { |