| Index: third_party/WebKit/Source/platform/wtf/allocator/PartitionAllocator.h
|
| diff --git a/third_party/WebKit/Source/wtf/allocator/PartitionAllocator.h b/third_party/WebKit/Source/platform/wtf/allocator/PartitionAllocator.h
|
| similarity index 97%
|
| copy from third_party/WebKit/Source/wtf/allocator/PartitionAllocator.h
|
| copy to third_party/WebKit/Source/platform/wtf/allocator/PartitionAllocator.h
|
| index 7e2bc45185e657b4e7c10eb0027953b36a07b3a9..e296780bed42f6cc65ece1c019611891663237d6 100644
|
| --- a/third_party/WebKit/Source/wtf/allocator/PartitionAllocator.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/allocator/PartitionAllocator.h
|
| @@ -10,10 +10,10 @@
|
| // but uses the partition allocator for the backing store of the collections.
|
|
|
| #include "base/allocator/partition_allocator/partition_alloc.h"
|
| -#include "third_party/WebKit/Source/wtf/Allocator.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/TypeTraits.h"
|
| -#include "wtf/WTFExport.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/TypeTraits.h"
|
| +#include "platform/wtf/WTFExport.h"
|
| #include <string.h>
|
|
|
| namespace WTF {
|
|
|