Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(374)

Unified Diff: third_party/WebKit/Source/platform/loader/testing/FetchTestingPlatformSupport.h

Issue 2831033002: Use unique_ptr for Platform::CreateURLLoader (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698