Index: chrome/browser/net/connection_tester.cc |
diff --git a/chrome/browser/net/connection_tester.cc b/chrome/browser/net/connection_tester.cc |
index 47023e3dc7273416b5dbc904c416c8237388c508..c934505f71a2ac8d48c007f2edb325168acab83a 100644 |
--- a/chrome/browser/net/connection_tester.cc |
+++ b/chrome/browser/net/connection_tester.cc |
@@ -26,6 +26,7 @@ |
#include "net/http/http_auth_handler_factory.h" |
#include "net/http/http_cache.h" |
#include "net/http/http_network_session.h" |
+#include "net/proxy/dhcp_proxy_script_fetcher_factory.h" |
#include "net/proxy/proxy_config_service_fixed.h" |
#include "net/proxy/proxy_script_fetcher_impl.h" |
#include "net/proxy/proxy_service.h" |
@@ -186,6 +187,7 @@ class ExperimentURLRequestContext : public net::URLRequestContext { |
config_service.release(), |
0u, |
new net::ProxyScriptFetcherImpl(proxy_request_context_), |
+ net::DhcpProxyScriptFetcherFactory::Create(proxy_request_context_), |
host_resolver(), |
NULL)); |