| Index: chrome/browser/profiles/profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
|
| index 5d97d491925c59998953400cc66bc41bb5ac5f76..53ae6fb32c1653115654418d49e39e54b7d2a571 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -1060,7 +1060,7 @@ void ProfileIOData::Init(
|
| io_thread->net_log(),
|
| io_thread_globals->proxy_script_fetcher_context.get(),
|
| io_thread_globals->system_network_delegate.get(),
|
| - profile_params_->proxy_config_service.release(), command_line,
|
| + profile_params_->proxy_config_service.Pass(), command_line,
|
| quick_check_enabled_.GetValue());
|
| transport_security_state_.reset(new net::TransportSecurityState());
|
| base::SequencedWorkerPool* pool = BrowserThread::GetBlockingPool();
|
|
|