| Index: third_party/WebKit/Source/wtf/allocator/Partitions.h
|
| diff --git a/third_party/WebKit/Source/wtf/Partitions.h b/third_party/WebKit/Source/wtf/allocator/Partitions.h
|
| similarity index 99%
|
| rename from third_party/WebKit/Source/wtf/Partitions.h
|
| rename to third_party/WebKit/Source/wtf/allocator/Partitions.h
|
| index dc9a4aad108ac626cbf8897f0f8fab7eed2aef40..e3a610dc0ca16747770be45e65622d7bb9f67b4c 100644
|
| --- a/third_party/WebKit/Source/wtf/Partitions.h
|
| +++ b/third_party/WebKit/Source/wtf/allocator/Partitions.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef Partitions_h
|
| #define Partitions_h
|
|
|
| -#include "wtf/PartitionAlloc.h"
|
| #include "wtf/WTF.h"
|
| #include "wtf/WTFExport.h"
|
| +#include "wtf/allocator/PartitionAlloc.h"
|
| #include <string.h>
|
|
|
| namespace WTF {
|
|
|