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

Unified Diff: ios/web/public/web_client.mm

Issue 2647943004: Return unique_ptr from WebClient::CreateWebMainParts() (Closed)
Patch Set: Created 3 years, 11 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: ios/web/public/web_client.mm
diff --git a/ios/web/public/web_client.mm b/ios/web/public/web_client.mm
index 997eecef3fbfa18a540f23ca65bc69969d975f08..90119294035001d10ae7948082f18b019de8116d 100644
--- a/ios/web/public/web_client.mm
+++ b/ios/web/public/web_client.mm
@@ -28,7 +28,7 @@ WebClient::WebClient() {
WebClient::~WebClient() {
}
-WebMainParts* WebClient::CreateWebMainParts() {
+std::unique_ptr<WebMainParts> WebClient::CreateWebMainParts() {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698