| Index: third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h
 | 
| diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h b/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h
 | 
| index be723e9242bf3f8f504a677ccc3c1977964e5c95..29394cf82eef3d1b110080e77f60ff4a21df6e47 100644
 | 
| --- a/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h
 | 
| +++ b/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h
 | 
| @@ -31,6 +31,7 @@
 | 
|  #ifndef InProcessWorkerObjectProxy_h
 | 
|  #define InProcessWorkerObjectProxy_h
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "core/CoreExport.h"
 | 
|  #include "core/dom/MessagePort.h"
 | 
|  #include "core/workers/ThreadedObjectProxyBase.h"
 | 
| @@ -39,7 +40,6 @@
 | 
|  #include "platform/heap/Handle.h"
 | 
|  #include "wtf/PassRefPtr.h"
 | 
|  #include "wtf/WeakPtr.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |