| Index: third_party/WebKit/Source/platform/wtf/allocator/PartitionAllocator.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/allocator/PartitionAllocator.cpp b/third_party/WebKit/Source/platform/wtf/allocator/PartitionAllocator.cpp
|
| similarity index 90%
|
| rename from third_party/WebKit/Source/wtf/allocator/PartitionAllocator.cpp
|
| rename to third_party/WebKit/Source/platform/wtf/allocator/PartitionAllocator.cpp
|
| index a84596432989a6971cb61958979fe115780a0ab3..97855eacf29e87d940da57c436c8e9a1de76b46d 100644
|
| --- a/third_party/WebKit/Source/wtf/allocator/PartitionAllocator.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/allocator/PartitionAllocator.cpp
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "wtf/allocator/PartitionAllocator.h"
|
| +#include "platform/wtf/allocator/PartitionAllocator.h"
|
|
|
| #include "base/allocator/partition_allocator/partition_alloc.h"
|
| -#include "wtf/allocator/Partitions.h"
|
| +#include "platform/wtf/allocator/Partitions.h"
|
|
|
| namespace WTF {
|
|
|
|
|