| Index: third_party/WebKit/Source/platform/wtf/allocator/Partitions.h
|
| diff --git a/third_party/WebKit/Source/wtf/allocator/Partitions.h b/third_party/WebKit/Source/platform/wtf/allocator/Partitions.h
|
| similarity index 98%
|
| copy from third_party/WebKit/Source/wtf/allocator/Partitions.h
|
| copy to third_party/WebKit/Source/platform/wtf/allocator/Partitions.h
|
| index bc14f9b108128b0c58dd2e9c7ff2347de2ec7fc6..5e212897b65c2ac036469458c7e444d05749a16e 100644
|
| --- a/third_party/WebKit/Source/wtf/allocator/Partitions.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/allocator/Partitions.h
|
| @@ -34,9 +34,9 @@
|
| #include <string.h>
|
| #include "base/allocator/partition_allocator/partition_alloc.h"
|
| #include "base/allocator/partition_allocator/spin_lock.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/WTF.h"
|
| -#include "wtf/WTFExport.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/WTF.h"
|
| +#include "platform/wtf/WTFExport.h"
|
|
|
| namespace WTF {
|
|
|
|
|