| Index: net/base/host_resolver_impl.h
|
| diff --git a/net/base/host_resolver_impl.h b/net/base/host_resolver_impl.h
|
| index dd8cb4d47167ae40475f6453b4f7d0c58c216b58..45702d69cff9a8ff0b2a290426fdee23ced68459 100644
|
| --- a/net/base/host_resolver_impl.h
|
| +++ b/net/base/host_resolver_impl.h
|
| @@ -271,7 +271,7 @@ class NET_EXPORT HostResolverImpl
|
| void AbortAllInProgressJobs();
|
|
|
| // NetworkChangeNotifier::IPAddressObserver methods:
|
| - virtual void OnIPAddressChanged();
|
| + virtual void OnIPAddressChanged() OVERRIDE;
|
|
|
| // Helper methods to get and set max_retry_attempts_.
|
| size_t max_retry_attempts() const {
|
| @@ -296,7 +296,7 @@ class NET_EXPORT HostResolverImpl
|
| }
|
|
|
| // NetworkChangeNotifier::OnDNSChanged methods:
|
| - virtual void OnDNSChanged();
|
| + virtual void OnDNSChanged() OVERRIDE;
|
|
|
| // Cache of host resolution results.
|
| scoped_ptr<HostCache> cache_;
|
|
|