diff options
Diffstat (limited to 'remoting/host/chromoting_host_context.cc')
-rw-r--r-- | remoting/host/chromoting_host_context.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/chromoting_host_context.cc b/remoting/host/chromoting_host_context.cc index aa3146c..350404b 100644 --- a/remoting/host/chromoting_host_context.cc +++ b/remoting/host/chromoting_host_context.cc @@ -40,7 +40,7 @@ ChromotingHostContext::ChromotingHostContext( "ChromotingEncodeThread", ui_task_runner_); url_request_context_getter_ = new URLRequestContextGetter( - ui_task_runner_, network_task_runner_); + network_task_runner_); } ChromotingHostContext::~ChromotingHostContext() { |