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

Unified Diff: content/browser/renderer_host/p2p/socket_dispatcher_host.h

Issue 2314833002: Remove some uses of stl_util's STLDeleteContainerPointers. (Closed)
Patch Set: cleanup Created 4 years, 3 months 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
Index: content/browser/renderer_host/p2p/socket_dispatcher_host.h
diff --git a/content/browser/renderer_host/p2p/socket_dispatcher_host.h b/content/browser/renderer_host/p2p/socket_dispatcher_host.h
index 436203ce337a1db4912ae1c191ca28e850910f80..59b69a93fc838d251517ef0bd72523b5a2b79a7a 100644
--- a/content/browser/renderer_host/p2p/socket_dispatcher_host.h
+++ b/content/browser/renderer_host/p2p/socket_dispatcher_host.h
@@ -116,7 +116,7 @@ class P2PSocketDispatcherHost
bool monitoring_networks_;
- std::set<DnsRequest*> dns_requests_;
+ std::set<std::unique_ptr<DnsRequest>> dns_requests_;
P2PMessageThrottler throttler_;
net::IPAddress default_ipv4_local_address_;

Powered by Google App Engine
This is Rietveld 408576698