| Index: third_party/WebKit/Source/platform/wtf/Allocator.h
|
| diff --git a/third_party/WebKit/Source/wtf/Allocator.h b/third_party/WebKit/Source/platform/wtf/Allocator.h
|
| similarity index 98%
|
| copy from third_party/WebKit/Source/wtf/Allocator.h
|
| copy to third_party/WebKit/Source/platform/wtf/Allocator.h
|
| index 3bbe5334bc0578776603df626e630f123bb97532..db91cf5ce799644e39279169350cfcd75bfba7e8 100644
|
| --- a/third_party/WebKit/Source/wtf/Allocator.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/Allocator.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef WTF_Allocator_h
|
| #define WTF_Allocator_h
|
|
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/TypeTraits.h"
|
| -#include "wtf/allocator/Partitions.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/TypeTraits.h"
|
| +#include "platform/wtf/allocator/Partitions.h"
|
|
|
| namespace WTF {
|
|
|
|
|