| 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 acccd211bcc4e4da4a65dd908da403e7057eeda9..cf513a0aeefeecf296dd91cd1ef1ba85676ff871 100644
|
| --- a/net/proxy/proxy_config_service_mac.h
|
| +++ b/net/proxy/proxy_config_service_mac.h
|
| @@ -26,7 +26,7 @@ namespace net {
|
| class NET_EXPORT ProxyConfigServiceMac : public ProxyConfigService {
|
| public:
|
| // Constructs a ProxyConfigService that watches the Mac OS system settings.
|
| - // This instance is expected to be operated and deleted on the IO thread
|
| + // 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);
|
|
|