summaryrefslogtreecommitdiffstats
path: root/net/base/fixed_host_resolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/fixed_host_resolver.h')
-rw-r--r--net/base/fixed_host_resolver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/base/fixed_host_resolver.h b/net/base/fixed_host_resolver.h
index cf1bd74..3ae3209 100644
--- a/net/base/fixed_host_resolver.h
+++ b/net/base/fixed_host_resolver.h
@@ -32,6 +32,8 @@ class FixedHostResolver : public HostResolver {
virtual void Shutdown() {}
private:
+ ~FixedHostResolver() {}
+
AddressList address_;
bool initialized_;
};