| Index: net/proxy/proxy_config_service_mac.h
|
| diff --git a/net/proxy/proxy_config_service_mac.h b/net/proxy/proxy_config_service_mac.h
|
| index cf513a0aeefeecf296dd91cd1ef1ba85676ff871..fe5ce30c0580afd7882ba0e7acd7be39773d8caa 100644
|
| --- a/net/proxy/proxy_config_service_mac.h
|
| +++ b/net/proxy/proxy_config_service_mac.h
|
| @@ -29,7 +29,7 @@ class NET_EXPORT ProxyConfigServiceMac : public ProxyConfigService {
|
| // This instance is expected to be operated and deleted on the same thread
|
| // (however it may be constructed from a different thread).
|
| explicit ProxyConfigServiceMac(
|
| - base::SingleThreadTaskRunner* io_thread_task_runner);
|
| + const scoped_refptr<base::SingleThreadTaskRunner>& io_thread_task_runner);
|
| virtual ~ProxyConfigServiceMac();
|
|
|
| public:
|
|
|