| Index: third_party/WebKit/Source/platform/wtf/allocator/Partitions.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/allocator/Partitions.cpp b/third_party/WebKit/Source/platform/wtf/allocator/Partitions.cpp
|
| similarity index 98%
|
| rename from third_party/WebKit/Source/wtf/allocator/Partitions.cpp
|
| rename to third_party/WebKit/Source/platform/wtf/allocator/Partitions.cpp
|
| index bcc4658ac475771cfa5b303fc6902768dd1a0238..e7e7bf648f524a1d9319da1c5a9083fc2add1614 100644
|
| --- a/third_party/WebKit/Source/wtf/allocator/Partitions.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/allocator/Partitions.cpp
|
| @@ -28,11 +28,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "wtf/allocator/Partitions.h"
|
| +#include "platform/wtf/allocator/Partitions.h"
|
|
|
| #include "base/allocator/partition_allocator/page_allocator.h"
|
| #include "base/debug/alias.h"
|
| -#include "wtf/allocator/PartitionAllocator.h"
|
| +#include "platform/wtf/allocator/PartitionAllocator.h"
|
|
|
| namespace WTF {
|
|
|
|
|