| Index: third_party/WebKit/Source/platform/heap/ThreadState.cpp
 | 
| diff --git a/third_party/WebKit/Source/platform/heap/ThreadState.cpp b/third_party/WebKit/Source/platform/heap/ThreadState.cpp
 | 
| index a41c70bd4385a11c132162fa51d5db9bea8726ba..aab4dc580616318c44fc85114e2ee18a8d68e6e9 100644
 | 
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.cpp
 | 
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.cpp
 | 
| @@ -30,6 +30,8 @@
 | 
|  
 | 
|  #include "platform/heap/ThreadState.h"
 | 
|  
 | 
| +#include <v8.h>
 | 
| +#include <memory>
 | 
|  #include "base/trace_event/process_memory_dump.h"
 | 
|  #include "platform/Histogram.h"
 | 
|  #include "platform/RuntimeEnabledFeatures.h"
 | 
| @@ -55,8 +57,6 @@
 | 
|  #include "wtf/StackUtil.h"
 | 
|  #include "wtf/ThreadingPrimitives.h"
 | 
|  #include "wtf/allocator/Partitions.h"
 | 
| -#include <memory>
 | 
| -#include <v8.h>
 | 
|  
 | 
|  #if OS(WIN)
 | 
|  #include <stddef.h>
 | 
| 
 |