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

Unified Diff: net/dns/dns_socket_pool.cc

Issue 2533753003: Make DnsSocketPool copy RandIntCallback (Closed)
Patch Set: Put methods in right order. Created 4 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/dns/dns_socket_pool.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « net/dns/dns_socket_pool.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698