| Index: third_party/WebKit/Source/wtf/Allocator.h
|
| diff --git a/third_party/WebKit/Source/wtf/Allocator.h b/third_party/WebKit/Source/wtf/Allocator.h
|
| index 93e19fce0a57fa9bb2d92feb948eea906cbf5bb4..07921acabcf366b2f326c3eef82ccd5e315b9652 100644
|
| --- a/third_party/WebKit/Source/wtf/Allocator.h
|
| +++ b/third_party/WebKit/Source/wtf/Allocator.h
|
| @@ -6,8 +6,8 @@
|
| #define WTF_Allocator_h
|
|
|
| #include "wtf/Assertions.h"
|
| -#include "wtf/Partitions.h"
|
| #include "wtf/StdLibExtras.h"
|
| +#include "wtf/allocator/Partitions.h"
|
|
|
| namespace WTF {
|
|
|
|
|