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

Unified Diff: net/base/test_host_resolver_observer.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/test_completion_callback.h ('k') | net/disk_cache/backend_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/test_host_resolver_observer.h
diff --git a/net/base/test_host_resolver_observer.h b/net/base/test_host_resolver_observer.h
index e5ac70ae72899b59c052ea0b91af34cbb5fe0b6f..f0504160d2823b8d3fefc0983847f94a56e1f539 100644
--- a/net/base/test_host_resolver_observer.h
+++ b/net/base/test_host_resolver_observer.h
@@ -24,14 +24,16 @@ class TestHostResolverObserver : public HostResolver::Observer {
virtual ~TestHostResolverObserver();
// HostResolver::Observer methods:
- virtual void OnStartResolution(int id, const HostResolver::RequestInfo& info);
+ virtual void OnStartResolution(
+ int id,
+ const HostResolver::RequestInfo& info) OVERRIDE;
virtual void OnFinishResolutionWithStatus(
int id,
bool was_resolved,
- const HostResolver::RequestInfo& info);
+ const HostResolver::RequestInfo& info) OVERRIDE;
virtual void OnCancelResolution(
int id,
- const HostResolver::RequestInfo& info);
+ const HostResolver::RequestInfo& info) OVERRIDE;
// Tuple (id, info).
struct StartOrCancelEntry {
« no previous file with comments | « net/base/test_completion_callback.h ('k') | net/disk_cache/backend_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698