| Index: third_party/WebKit/Source/platform/loader/testing/FetchTestingPlatformSupport.cpp
|
| diff --git a/third_party/WebKit/Source/platform/loader/testing/FetchTestingPlatformSupport.cpp b/third_party/WebKit/Source/platform/loader/testing/FetchTestingPlatformSupport.cpp
|
| index db47027e382af8dc550459e5e78a266f9f132793..f3013640340fd785f9633a16320bf0515a8374f0 100644
|
| --- a/third_party/WebKit/Source/platform/loader/testing/FetchTestingPlatformSupport.cpp
|
| +++ b/third_party/WebKit/Source/platform/loader/testing/FetchTestingPlatformSupport.cpp
|
| @@ -45,7 +45,7 @@ FetchTestingPlatformSupport::GetURLLoaderMockFactory() {
|
| return url_loader_mock_factory_.get();
|
| }
|
|
|
| -WebURLLoader* FetchTestingPlatformSupport::CreateURLLoader() {
|
| +std::unique_ptr<WebURLLoader> FetchTestingPlatformSupport::CreateURLLoader() {
|
| return url_loader_mock_factory_->CreateURLLoader(nullptr);
|
| }
|
|
|
|
|