| Index: third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.h
 | 
| diff --git a/third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.h b/third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.h
 | 
| index 1560e3ddc766fa87ec3a8a0a04af4b75a42d000f..6d1c5a09cbeff539a647ddc60f72b3171b5a75af 100644
 | 
| --- a/third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.h
 | 
| +++ b/third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.h
 | 
| @@ -5,6 +5,7 @@
 | 
|  #ifndef BlobBytesConsumer_h
 | 
|  #define BlobBytesConsumer_h
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "core/dom/ContextLifecycleObserver.h"
 | 
|  #include "core/loader/ThreadableLoaderClient.h"
 | 
|  #include "modules/ModulesExport.h"
 | 
| @@ -12,7 +13,6 @@
 | 
|  #include "platform/heap/Handle.h"
 | 
|  #include "wtf/PassRefPtr.h"
 | 
|  #include "wtf/RefPtr.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |