| Index: third_party/WebKit/Source/platform/loader/testing/FetchTestingPlatformSupport.h
|
| diff --git a/third_party/WebKit/Source/platform/loader/testing/FetchTestingPlatformSupport.h b/third_party/WebKit/Source/platform/loader/testing/FetchTestingPlatformSupport.h
|
| index e34623208e66bb8b088eae55ac1c53adcc9d2520..16e6e5b7cac6a6ef353cd12f3747b93e3b355365 100644
|
| --- a/third_party/WebKit/Source/platform/loader/testing/FetchTestingPlatformSupport.h
|
| +++ b/third_party/WebKit/Source/platform/loader/testing/FetchTestingPlatformSupport.h
|
| @@ -24,7 +24,7 @@ class FetchTestingPlatformSupport
|
| // Platform:
|
| WebURLError CancelledError(const WebURL&) const override;
|
| WebURLLoaderMockFactory* GetURLLoaderMockFactory() override;
|
| - WebURLLoader* CreateURLLoader() override;
|
| + std::unique_ptr<WebURLLoader> CreateURLLoader() override;
|
|
|
| private:
|
| class FetchTestingWebURLLoaderMockFactory;
|
|
|