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

Unified Diff: content/renderer/media/webrtc/mock_peer_connection_dependency_factory.h

Issue 429253003: Webrtc deps roll. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 5 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/webrtc/mock_peer_connection_dependency_factory.h
===================================================================
--- content/renderer/media/webrtc/mock_peer_connection_dependency_factory.h (revision 286889)
+++ content/renderer/media/webrtc/mock_peer_connection_dependency_factory.h (working copy)
@@ -145,9 +145,9 @@
virtual std::string label() const OVERRIDE;
virtual webrtc::AudioTrackVector GetAudioTracks() OVERRIDE;
virtual webrtc::VideoTrackVector GetVideoTracks() OVERRIDE;
- virtual talk_base::scoped_refptr<webrtc::AudioTrackInterface>
+ virtual rtc::scoped_refptr<webrtc::AudioTrackInterface>
FindAudioTrack(const std::string& track_id) OVERRIDE;
- virtual talk_base::scoped_refptr<webrtc::VideoTrackInterface>
+ virtual rtc::scoped_refptr<webrtc::VideoTrackInterface>
FindVideoTrack(const std::string& track_id) OVERRIDE;
virtual void RegisterObserver(webrtc::ObserverInterface* observer) OVERRIDE;
virtual void UnregisterObserver(webrtc::ObserverInterface* observer) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698