Index: remoting/host/url_fetcher.cc |
diff --git a/remoting/host/url_fetcher.cc b/remoting/host/url_fetcher.cc |
index 91b23b3ef05e0fb524c313099680a87a73816208..d03b79acbad0b8131c22e64ea4c7e068f2683576 100644 |
--- a/remoting/host/url_fetcher.cc |
+++ b/remoting/host/url_fetcher.cc |
@@ -143,8 +143,8 @@ void UrlFetcher::Core::OnReadCompleted(net::URLRequest* request, |
void UrlFetcher::Core::DoStart() { |
DCHECK(network_task_runner_->BelongsToCurrentThread()); |
- request_.reset(new net::URLRequest(url_, this)); |
- request_->set_context(request_context_getter_->GetURLRequestContext()); |
+ request_.reset(new net::URLRequest( |
+ url_, this, request_context_getter_->GetURLRequestContext())); |
switch (method_) { |
case GET: |