| Index: net/dns/dns_config_service_posix.h
|
| diff --git a/net/dns/dns_config_service_posix.h b/net/dns/dns_config_service_posix.h
|
| index 598d6adb214b6d1ad0435f074a8639f748c49bbb..349c82d1b8b543b4e3abfac8b25d20611e5a8378 100644
|
| --- a/net/dns/dns_config_service_posix.h
|
| +++ b/net/dns/dns_config_service_posix.h
|
| @@ -23,12 +23,12 @@ namespace internal {
|
| class NET_EXPORT_PRIVATE DnsConfigServicePosix : public DnsConfigService {
|
| public:
|
| DnsConfigServicePosix();
|
| - virtual ~DnsConfigServicePosix();
|
| + ~DnsConfigServicePosix() override;
|
|
|
| protected:
|
| // DnsConfigService:
|
| - virtual void ReadNow() override;
|
| - virtual bool StartWatching() override;
|
| + void ReadNow() override;
|
| + bool StartWatching() override;
|
|
|
| private:
|
| class Watcher;
|
|
|