| Index: third_party/WebKit/Source/platform/PODArena.h
|
| diff --git a/third_party/WebKit/Source/platform/PODArena.h b/third_party/WebKit/Source/platform/PODArena.h
|
| index b3653dc99986457e3c53754019c3854ec8ba4c84..e97ec96edf20b466c53671decb4034701a09821f 100644
|
| --- a/third_party/WebKit/Source/platform/PODArena.h
|
| +++ b/third_party/WebKit/Source/platform/PODArena.h
|
| @@ -26,6 +26,8 @@
|
| #ifndef PODArena_h
|
| #define PODArena_h
|
|
|
| +#include <stdint.h>
|
| +#include <memory>
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Assertions.h"
|
| #include "wtf/Noncopyable.h"
|
| @@ -33,8 +35,6 @@
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/Vector.h"
|
| #include "wtf/allocator/Partitions.h"
|
| -#include <memory>
|
| -#include <stdint.h>
|
|
|
| namespace blink {
|
|
|
|
|