summaryrefslogtreecommitdiffstats
path: root/chrome/service/net/service_url_request_context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/service/net/service_url_request_context.cc')
-rw-r--r--chrome/service/net/service_url_request_context.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/service/net/service_url_request_context.cc b/chrome/service/net/service_url_request_context.cc
index cd22539..8e5ae02 100644
--- a/chrome/service/net/service_url_request_context.cc
+++ b/chrome/service/net/service_url_request_context.cc
@@ -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*.