| 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 e266d0660025a1ee510eabd460d26c57ac08ff4e..f28609bb0c7eb745c612c47acfb5d0e0731dde2a 100644
|
| --- a/net/dns/dns_config_service_posix.h
|
| +++ b/net/dns/dns_config_service_posix.h
|
| @@ -31,10 +31,12 @@ class NET_EXPORT_PRIVATE DnsConfigServicePosix
|
| virtual void Watch(const CallbackType& callback) OVERRIDE;
|
|
|
| private:
|
| + class ConfigWatcher;
|
| +
|
| void OnConfigChanged(bool watch_succeeded);
|
| void OnHostsChanged(bool watch_succeeded);
|
|
|
| - scoped_ptr<FilePathWatcherWrapper> config_watcher_;
|
| + scoped_ptr<ConfigWatcher> config_watcher_;
|
| scoped_ptr<FilePathWatcherWrapper> hosts_watcher_;
|
|
|
| scoped_refptr<SerialWorker> config_reader_;
|
|
|