Index: chrome/browser/profiles/profile_impl_io_data.cc |
diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc |
index c746a639589a190a4a0af5bc5c1f69373f59e343..e26ff8c2a28a456c97b769faf59d93c162f4975b 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.cc |
+++ b/chrome/browser/profiles/profile_impl_io_data.cc |
@@ -12,6 +12,7 @@ |
#include "chrome/browser/net/chrome_cookie_policy.h" |
#include "chrome/browser/net/chrome_dns_cert_provenance_checker_factory.h" |
#include "chrome/browser/net/chrome_net_log.h" |
+#include "chrome/browser/net/proxy_service_factory.h" |
#include "chrome/browser/net/sqlite_persistent_cookie_store.h" |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/chrome_switches.h" |
@@ -172,7 +173,7 @@ void ProfileImplIOData::LazyInitializeInternal() const { |
media_request_context_->set_dns_cert_checker(dns_cert_checker_.get()); |
net::ProxyService* proxy_service = |
- CreateProxyService( |
+ ProxyServiceFactory::CreateProxyService( |
io_thread->net_log(), |
io_thread_globals->proxy_script_fetcher_context.get(), |
lazy_params_->profile_params.proxy_config_service.release(), |