Index: content/renderer/media/mock_media_stream_dependency_factory.h |
=================================================================== |
--- content/renderer/media/mock_media_stream_dependency_factory.h (revision 148953) |
+++ content/renderer/media/mock_media_stream_dependency_factory.h (working copy) |
@@ -101,7 +101,8 @@ |
virtual webrtc::SessionDescriptionInterface* CreateSessionDescription( |
const std::string& sdp) OVERRIDE; |
virtual webrtc::IceCandidateInterface* CreateIceCandidate( |
- const std::string& label, |
+ const std::string& sdp_mid, |
+ int sdp_mline_index, |
const std::string& sdp) OVERRIDE; |
private: |