Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: net/base/host_resolver_impl.h

Issue 8568021: Add OVERRIDE to net/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: net only Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/base/gzip_filter.h ('k') | net/base/listen_socket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « net/base/gzip_filter.h ('k') | net/base/listen_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698