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

Unified Diff: content/renderer/media/rtc_peer_connection_handler.h

Issue 2435863004: Remove stl_util's deletion function use from content/. (Closed)
Patch Set: minus service worker Created 4 years, 2 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/renderer/media/rtc_peer_connection_handler.h
diff --git a/content/renderer/media/rtc_peer_connection_handler.h b/content/renderer/media/rtc_peer_connection_handler.h
index ea9703b2fcd3976f75fc707a442f7b13903a857e..276e4a41f6b8443f22a862142c0e0aa2f851243a 100644
--- a/content/renderer/media/rtc_peer_connection_handler.h
+++ b/content/renderer/media/rtc_peer_connection_handler.h
@@ -278,9 +278,9 @@ class CONTENT_EXPORT RTCPeerConnectionHandler
std::unique_ptr<FirstSessionDescription> first_local_description_;
std::unique_ptr<FirstSessionDescription> first_remote_description_;
- typedef std::map<webrtc::MediaStreamInterface*,
- content::RemoteMediaStreamImpl*> RemoteStreamMap;
- RemoteStreamMap remote_streams_;
+ std::map<webrtc::MediaStreamInterface*,
+ std::unique_ptr<content::RemoteMediaStreamImpl>>
+ remote_streams_;
scoped_refptr<webrtc::UMAObserver> uma_observer_;
base::TimeTicks ice_connection_checking_start_;
« no previous file with comments | « content/renderer/gpu/frame_swap_message_queue.cc ('k') | content/renderer/media/rtc_peer_connection_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698