| Index: third_party/WebKit/Source/platform/heap/HeapPage.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/HeapPage.cpp b/third_party/WebKit/Source/platform/heap/HeapPage.cpp
|
| index f994e7e2152c18e951afe099783d42f4aad78e61..7a580eb043776c5b3504cd53029517ec93a497b2 100644
|
| --- a/third_party/WebKit/Source/platform/heap/HeapPage.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/HeapPage.cpp
|
| @@ -47,9 +47,9 @@
|
| #include "wtf/ContainerAnnotations.h"
|
| #include "wtf/CurrentTime.h"
|
| #include "wtf/LeakAnnotations.h"
|
| -#include "wtf/PageAllocator.h"
|
| -#include "wtf/Partitions.h"
|
| #include "wtf/PassOwnPtr.h"
|
| +#include "wtf/allocator/PageAllocator.h"
|
| +#include "wtf/allocator/Partitions.h"
|
|
|
| #ifdef ANNOTATE_CONTIGUOUS_CONTAINER
|
| // FIXME: have ContainerAnnotations.h define an ENABLE_-style name instead.
|
|
|