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

Unified Diff: content/renderer/media/peer_connection_tracker.cc

Issue 450463002: Update webrtc&libjingle 6774:6825. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 4 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/peer_connection_tracker.cc
===================================================================
--- content/renderer/media/peer_connection_tracker.cc (revision 287594)
+++ content/renderer/media/peer_connection_tracker.cc (working copy)
@@ -287,8 +287,8 @@
for (PeerConnectionIdMap::iterator it = peer_connection_id_map_.begin();
it != peer_connection_id_map_.end(); ++it) {
- talk_base::scoped_refptr<InternalStatsObserver> observer(
- new talk_base::RefCountedObject<InternalStatsObserver>(it->second));
+ rtc::scoped_refptr<InternalStatsObserver> observer(
+ new rtc::RefCountedObject<InternalStatsObserver>(it->second));
it->first->GetStats(
observer,
« no previous file with comments | « content/renderer/media/peer_connection_identity_service.h ('k') | content/renderer/media/rtc_data_channel_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698