Index: chrome/service/net/service_url_request_context.cc |
=================================================================== |
--- chrome/service/net/service_url_request_context.cc (revision 64203) |
+++ chrome/service/net/service_url_request_context.cc (working copy) |
@@ -20,7 +20,7 @@ |
ServiceURLRequestContext::ServiceURLRequestContext() { |
host_resolver_ = |
net::CreateSystemHostResolver(net::HostResolver::kDefaultParallelism, |
- NULL, NULL); |
+ NULL); |
DCHECK(g_service_process); |
// TODO(sanjeevr): Change CreateSystemProxyConfigService to accept a |
// MessageLoopProxy* instead of MessageLoop*. |