| Index: third_party/WebKit/Source/wtf/allocator/Partitions.h
|
| diff --git a/third_party/WebKit/Source/wtf/allocator/Partitions.h b/third_party/WebKit/Source/wtf/allocator/Partitions.h
|
| index 2aea9ecbc95862293c6b951e10bdbcb0994f8e0c..ede7d245d3af4b06ea4bd7b27572b5b906e137f0 100644
|
| --- a/third_party/WebKit/Source/wtf/allocator/Partitions.h
|
| +++ b/third_party/WebKit/Source/wtf/allocator/Partitions.h
|
| @@ -31,12 +31,12 @@
|
| #ifndef Partitions_h
|
| #define Partitions_h
|
|
|
| +#include <string.h>
|
| #include "base/allocator/partition_allocator/partition_alloc.h"
|
| #include "base/synchronization/spin_lock.h"
|
| #include "wtf/Assertions.h"
|
| #include "wtf/WTF.h"
|
| #include "wtf/WTFExport.h"
|
| -#include <string.h>
|
|
|
| namespace WTF {
|
|
|
|
|