Index: net/proxy/proxy_script_fetcher_impl.cc |
diff --git a/net/proxy/proxy_script_fetcher_impl.cc b/net/proxy/proxy_script_fetcher_impl.cc |
index 4e57121f281a0c0629c6d927bd120b2e14209198..b76e7b8d28266082c1ebe63cf90716e956c71e7f 100644 |
--- a/net/proxy/proxy_script_fetcher_impl.cc |
+++ b/net/proxy/proxy_script_fetcher_impl.cc |
@@ -133,7 +133,7 @@ int ProxyScriptFetcherImpl::Fetch( |
} |
cur_request_ = |
- url_request_context_->CreateRequest(url, DEFAULT_PRIORITY, this, NULL); |
+ url_request_context_->CreateRequest(url, DEFAULT_PRIORITY, this); |
cur_request_->set_method("GET"); |
// Make sure that the PAC script is downloaded using a direct connection, |