| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.h
 | 
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
 | 
| index 9f81a50f6c38883dac9ddd162a009d49afaa6de7..400d977f601d82c609a7b97aaaf431df65be254b 100644
 | 
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
 | 
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
 | 
| @@ -152,6 +152,8 @@ class CORE_EXPORT FrameFetchContext final : public BaseFetchContext {
 | 
|  
 | 
|    RefPtr<WebTaskRunner> LoadingTaskRunner() const override;
 | 
|  
 | 
| +  std::unique_ptr<WebURLLoader> CreateURLLoader() override;
 | 
| +
 | 
|    DECLARE_VIRTUAL_TRACE();
 | 
|  
 | 
|   private:
 | 
| 
 |