| Index: third_party/WebKit/Source/wtf/allocator/PartitionAlloc.h
|
| diff --git a/third_party/WebKit/Source/wtf/PartitionAlloc.h b/third_party/WebKit/Source/wtf/allocator/PartitionAlloc.h
|
| similarity index 99%
|
| rename from third_party/WebKit/Source/wtf/PartitionAlloc.h
|
| rename to third_party/WebKit/Source/wtf/allocator/PartitionAlloc.h
|
| index 218484efdf84a4de4e565fd1cf1c8da525a967ef..f84e9f3bf26f7b5ad44ca2a03924b5f08db6c14d 100644
|
| --- a/third_party/WebKit/Source/wtf/PartitionAlloc.h
|
| +++ b/third_party/WebKit/Source/wtf/allocator/PartitionAlloc.h
|
| @@ -89,9 +89,9 @@
|
| #include "wtf/BitwiseOperations.h"
|
| #include "wtf/ByteSwap.h"
|
| #include "wtf/CPU.h"
|
| -#include "wtf/PageAllocator.h"
|
| #include "wtf/SpinLock.h"
|
| #include "wtf/TypeTraits.h"
|
| +#include "wtf/allocator/PageAllocator.h"
|
|
|
| #include <limits.h>
|
|
|
|
|