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

Unified Diff: net/dns/dns_socket_pool.cc

Issue 2533753003: Make DnsSocketPool copy RandIntCallback (Closed)
Patch Set: 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..9aa749eeb295f7ac2b1e823915c788f5616d633e 100644
--- a/net/dns/dns_socket_pool.cc
+++ b/net/dns/dns_socket_pool.cc
@@ -224,4 +224,6 @@ void DefaultDnsSocketPool::FillPool(unsigned server_index, unsigned size) {
}
}
+DnsSocketPool::~DnsSocketPool() {}
mmenke 2016/11/28 20:05:42 declaration order should match definition order.
Julia Tuttle 2016/11/28 20:10:37 Done.
+
} // namespace net
« 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