| Index: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
 | 
| diff --git a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
 | 
| index 98e489f2389f4e5286b8a7368dc5c962bf47a0bb..076244cc63804685f7b4c0365c63675a857f1f93 100644
 | 
| --- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
 | 
| +++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
 | 
| @@ -190,7 +190,7 @@ WebURLLoaderMockFactory* TestingPlatformSupport::GetURLLoaderMockFactory() {
 | 
|    return old_platform_ ? old_platform_->GetURLLoaderMockFactory() : nullptr;
 | 
|  }
 | 
|  
 | 
| -WebURLLoader* TestingPlatformSupport::CreateURLLoader() {
 | 
| +std::unique_ptr<WebURLLoader> TestingPlatformSupport::CreateURLLoader() {
 | 
|    return old_platform_ ? old_platform_->CreateURLLoader() : nullptr;
 | 
|  }
 | 
|  
 | 
| 
 |