| 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 14504571b1a43bbbc2eab89dcbb6f4747ae8dab8..95a4377d93283a42504c592f84efcb370772701f 100644
|
| --- a/net/dns/dns_config_service_posix.h
|
| +++ b/net/dns/dns_config_service_posix.h
|
| @@ -23,15 +23,16 @@ class NET_EXPORT_PRIVATE DnsConfigServicePosix : public DnsConfigService {
|
| DnsConfigServicePosix();
|
| virtual ~DnsConfigServicePosix();
|
|
|
| + protected:
|
| + // DnsConfigService:
|
| + virtual void ReadNow() OVERRIDE;
|
| + virtual bool StartWatching() OVERRIDE;
|
| +
|
| private:
|
| class Watcher;
|
| class ConfigReader;
|
| class HostsReader;
|
|
|
| - // DnsConfigService:
|
| - virtual void ReadNow() OVERRIDE;
|
| - virtual bool StartWatching() OVERRIDE;
|
| -
|
| void OnConfigChanged(bool succeeded);
|
| void OnHostsChanged(bool succeeded);
|
|
|
|
|