| Index: third_party/WebKit/Source/modules/fetch/FetchManager.cpp
 | 
| diff --git a/third_party/WebKit/Source/modules/fetch/FetchManager.cpp b/third_party/WebKit/Source/modules/fetch/FetchManager.cpp
 | 
| index 12b47f44334e81747fbe8edf7980d4f556f809d3..15b23da09e14713e81c7381b30e24b0ec2f44740 100644
 | 
| --- a/third_party/WebKit/Source/modules/fetch/FetchManager.cpp
 | 
| +++ b/third_party/WebKit/Source/modules/fetch/FetchManager.cpp
 | 
| @@ -4,6 +4,7 @@
 | 
|  
 | 
|  #include "modules/fetch/FetchManager.h"
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "bindings/core/v8/ExceptionState.h"
 | 
|  #include "bindings/core/v8/ScriptPromiseResolver.h"
 | 
|  #include "bindings/core/v8/ScriptState.h"
 | 
| @@ -43,7 +44,6 @@
 | 
|  #include "wtf/HashSet.h"
 | 
|  #include "wtf/Vector.h"
 | 
|  #include "wtf/text/WTFString.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |