| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index 7726fcf5524bddfd32c81c0fd5b953f5d32749a3..736e757be07fd8386fe0449340f496857e8a9f60 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -1124,7 +1124,7 @@ void IOThread::InitSystemRequestContextOnIOThread() {
|
| globals_->system_request_context.reset(
|
| ConstructSystemRequestContext(globals_, net_log_));
|
| globals_->system_request_context->set_ssl_config_service(
|
| - globals_->ssl_config_service);
|
| + globals_->ssl_config_service.get());
|
| globals_->system_request_context->set_http_server_properties(
|
| globals_->http_server_properties->GetWeakPtr());
|
| }
|
|
|