summaryrefslogtreecommitdiffstats
path: root/net/proxy/sync_host_resolver_bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/proxy/sync_host_resolver_bridge.h')
-rw-r--r--net/proxy/sync_host_resolver_bridge.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/proxy/sync_host_resolver_bridge.h b/net/proxy/sync_host_resolver_bridge.h
index 1f3d981..92f0a4c 100644
--- a/net/proxy/sync_host_resolver_bridge.h
+++ b/net/proxy/sync_host_resolver_bridge.h
@@ -24,12 +24,12 @@ class NET_TEST SyncHostResolverBridge : public SyncHostResolver {
// SyncHostResolver methods:
virtual int Resolve(const HostResolver::RequestInfo& info,
- AddressList* addresses);
+ AddressList* addresses) OVERRIDE;
// The Shutdown() method should be called prior to destruction, from
// |host_resolver_loop_|. It aborts any in progress synchronous resolves, to
// prevent deadlocks from happening.
- virtual void Shutdown();
+ virtual void Shutdown() OVERRIDE;
private:
class Core;