| Index: net/dns/dns_config_service.h
|
| diff --git a/net/dns/dns_config_service.h b/net/dns/dns_config_service.h
|
| index cdbdb4065e05343e9be209300e9e3372ef1da330..e5794c2b52a2b3421e874d32318c3e40baa6abcf 100644
|
| --- a/net/dns/dns_config_service.h
|
| +++ b/net/dns/dns_config_service.h
|
| @@ -68,8 +68,7 @@ struct NET_EXPORT_PRIVATE DnsConfig {
|
| class NET_EXPORT_PRIVATE DnsConfigService
|
| : NON_EXPORTED_BASE(public base::NonThreadSafe) {
|
| public:
|
| - // Callback interface for the client. The observer is called on the same
|
| - // thread as Watch(). Observer must outlive the service.
|
| + // Callback interface for the client, called on the same thread as Watch().
|
| typedef base::Callback<void(const DnsConfig& config)> CallbackType;
|
|
|
| // Creates the platform-specific DnsConfigService.
|
|
|