| Index: content/shell/browser/shell_url_request_context_getter.cc
|
| diff --git a/content/shell/browser/shell_url_request_context_getter.cc b/content/shell/browser/shell_url_request_context_getter.cc
|
| index 384dacaf544c6903c24ebe73e8756105865aad83..c606d13cba040da14893d3af6cbb154097a0c33b 100644
|
| --- a/content/shell/browser/shell_url_request_context_getter.cc
|
| +++ b/content/shell/browser/shell_url_request_context_getter.cc
|
| @@ -84,7 +84,7 @@ ShellURLRequestContextGetter::ShellURLRequestContextGetter(
|
| if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
|
| proxy_config_service_.reset(
|
| net::ProxyService::CreateSystemProxyConfigService(
|
| - io_loop_->message_loop_proxy().get(), file_loop_));
|
| + io_loop_->message_loop_proxy(), file_loop_->message_loop_proxy()));
|
| }
|
| }
|
|
|
|
|