Index: net/proxy/proxy_service.cc |
diff --git a/net/proxy/proxy_service.cc b/net/proxy/proxy_service.cc |
index 66873eefa1d2d9ac391b1f2b44d76441bc2b02fc..a71b2dd98e0c43c486d4cce713b7e7ca1b2bd240 100644 |
--- a/net/proxy/proxy_service.cc |
+++ b/net/proxy/proxy_service.cc |
@@ -1523,7 +1523,7 @@ void ProxyService::ForceReloadProxyConfig() { |
// static |
std::unique_ptr<ProxyConfigService> |
ProxyService::CreateSystemProxyConfigService( |
- const scoped_refptr<base::SingleThreadTaskRunner>& io_task_runner) { |
+ const scoped_refptr<base::SequencedTaskRunner>& io_task_runner) { |
#if defined(OS_WIN) |
return base::MakeUnique<ProxyConfigServiceWin>(); |
#elif defined(OS_IOS) |