Index: ios/web/shell/shell_url_request_context_getter.cc |
diff --git a/ios/web/shell/shell_url_request_context_getter.cc b/ios/web/shell/shell_url_request_context_getter.cc |
index 4c9aa864f2c3cfc210969ef544aa500b0829bad0..bca712cac138c0242a08f041b42c4218bf290845 100644 |
--- a/ios/web/shell/shell_url_request_context_getter.cc |
+++ b/ios/web/shell/shell_url_request_context_getter.cc |
@@ -89,8 +89,7 @@ net::URLRequestContext* ShellURLRequestContextGetter::GetURLRequestContext() { |
.Pass()); |
storage_->set_proxy_service( |
net::ProxyService::CreateUsingSystemProxyResolver( |
- proxy_config_service_.release(), 0, |
- url_request_context_->net_log())); |
+ proxy_config_service_.Pass(), 0, url_request_context_->net_log())); |
storage_->set_ssl_config_service(new net::SSLConfigServiceDefaults); |
storage_->set_cert_verifier(net::CertVerifier::CreateDefault()); |