| Index: third_party/WebKit/Source/platform/heap/Heap.h
 | 
| diff --git a/third_party/WebKit/Source/platform/heap/Heap.h b/third_party/WebKit/Source/platform/heap/Heap.h
 | 
| index 905b19ccaa95312c2428b4a08e53897a5fe22ece..98fdb22639ca358e8e194eab588a2211c63a054d 100644
 | 
| --- a/third_party/WebKit/Source/platform/heap/Heap.h
 | 
| +++ b/third_party/WebKit/Source/platform/heap/Heap.h
 | 
| @@ -31,6 +31,7 @@
 | 
|  #ifndef Heap_h
 | 
|  #define Heap_h
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "platform/PlatformExport.h"
 | 
|  #include "platform/heap/GCInfo.h"
 | 
|  #include "platform/heap/HeapPage.h"
 | 
| @@ -43,7 +44,6 @@
 | 
|  #include "wtf/Assertions.h"
 | 
|  #include "wtf/Atomics.h"
 | 
|  #include "wtf/Forward.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |