| Index: net/dns/dns_socket_pool.cc
|
| diff --git a/net/dns/dns_socket_pool.cc b/net/dns/dns_socket_pool.cc
|
| index d3d73b23ede0a51574fdf2fbe9926a5cf6a4b799..bf90c28c573cc03e03fe4ec40b60c008e13e31b2 100644
|
| --- a/net/dns/dns_socket_pool.cc
|
| +++ b/net/dns/dns_socket_pool.cc
|
| @@ -153,6 +153,8 @@ class DefaultDnsSocketPool : public DnsSocketPool {
|
| DISALLOW_COPY_AND_ASSIGN(DefaultDnsSocketPool);
|
| };
|
|
|
| +DnsSocketPool::~DnsSocketPool() {}
|
| +
|
| // static
|
| std::unique_ptr<DnsSocketPool> DnsSocketPool::CreateDefault(
|
| ClientSocketFactory* factory,
|
|
|