| Index: net/proxy/proxy_service.h
|
| diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h
|
| index 69aaf46c13b087311be171f505904febdb7a7425..9fdcb5815c0250e771d4f1f43d9c2ece931c25cf 100644
|
| --- a/net/proxy/proxy_service.h
|
| +++ b/net/proxy/proxy_service.h
|
| @@ -25,7 +25,6 @@
|
| class GURL;
|
|
|
| namespace base {
|
| -class MessageLoop;
|
| class SingleThreadTaskRunner;
|
| class TimeDelta;
|
| } // namespace base
|
| @@ -255,8 +254,8 @@ class NET_EXPORT ProxyService : public NetworkChangeNotifier::IPAddressObserver,
|
| // Creates a config service appropriate for this platform that fetches the
|
| // system proxy settings.
|
| static ProxyConfigService* CreateSystemProxyConfigService(
|
| - base::SingleThreadTaskRunner* io_thread_task_runner,
|
| - base::MessageLoop* file_loop);
|
| + const scoped_refptr<base::SingleThreadTaskRunner>& io_task_runner,
|
| + const scoped_refptr<base::SingleThreadTaskRunner>& file_task_runner);
|
|
|
| // This method should only be used by unit tests.
|
| void set_stall_proxy_auto_config_delay(base::TimeDelta delay) {
|
|
|