| Index: remoting/host/chromoting_host_context.cc
|
| diff --git a/remoting/host/chromoting_host_context.cc b/remoting/host/chromoting_host_context.cc
|
| index 1eaa4540cb8fe85ed1ce28cc2d1216bface4ff86..5e9ff7651bbabbd3461f83595bca585df582983c 100644
|
| --- a/remoting/host/chromoting_host_context.cc
|
| +++ b/remoting/host/chromoting_host_context.cc
|
| @@ -75,7 +75,7 @@ base::MessageLoopProxy* ChromotingHostContext::file_message_loop() {
|
| return file_thread_.message_loop_proxy();
|
| }
|
|
|
| -const scoped_refptr<URLRequestContextGetter>&
|
| +const scoped_refptr<net::URLRequestContextGetter>&
|
| ChromotingHostContext::url_request_context_getter() {
|
| DCHECK(url_request_context_getter_.get());
|
| return url_request_context_getter_;
|
|
|