Index: net/proxy/proxy_service.h |
diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h |
index 3e87bc8c970757acce29a08f9cacd362c9d02f5f..9c11fab2f6d899bb5be8014022698216416960f9 100644 |
--- a/net/proxy/proxy_service.h |
+++ b/net/proxy/proxy_service.h |
@@ -29,7 +29,7 @@ |
class GURL; |
namespace base { |
-class SingleThreadTaskRunner; |
+class SequencedTaskRunner; |
class TimeDelta; |
} // namespace base |
@@ -292,7 +292,7 @@ class NET_EXPORT ProxyService : public NetworkChangeNotifier::IPAddressObserver, |
// Creates a config service appropriate for this platform that fetches the |
// system proxy settings. |
static std::unique_ptr<ProxyConfigService> CreateSystemProxyConfigService( |
- const scoped_refptr<base::SingleThreadTaskRunner>& io_task_runner); |
+ const scoped_refptr<base::SequencedTaskRunner>& io_task_runner); |
// This method should only be used by unit tests. |
void set_stall_proxy_auto_config_delay(base::TimeDelta delay) { |