| 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 5aacf776cee91fdc08040ce0a390330840d003ab..7478b371ec03b685bc42c7b6937ba58e057b69e2 100644
|
| --- a/third_party/WebKit/Source/wtf/Allocator.h
|
| +++ b/third_party/WebKit/Source/wtf/Allocator.h
|
| @@ -6,7 +6,8 @@
|
| #define WTF_Allocator_h
|
|
|
| #include "wtf/Assertions.h"
|
| -#include "wtf/StdLibExtras.h"
|
| +#include "wtf/NotNull.h"
|
| +#include "wtf/TypeTraits.h"
|
| #include "wtf/allocator/Partitions.h"
|
|
|
| namespace WTF {
|
|
|