| Index: content/renderer/media/mock_peer_connection_impl.h
|
| ===================================================================
|
| --- content/renderer/media/mock_peer_connection_impl.h (revision 163514)
|
| +++ content/renderer/media/mock_peer_connection_impl.h (working copy)
|
| @@ -34,7 +34,8 @@
|
| virtual bool SendDtmf(const webrtc::AudioTrackInterface* send_track,
|
| const std::string& tones, int duration,
|
| const webrtc::AudioTrackInterface* play_track) OVERRIDE;
|
| - virtual void RemoveStream(webrtc::MediaStreamInterface* local_stream) OVERRIDE;
|
| + virtual void RemoveStream(
|
| + webrtc::MediaStreamInterface* local_stream) OVERRIDE;
|
| virtual ReadyState ready_state() OVERRIDE;
|
| virtual bool StartIce(IceOptions options) OVERRIDE;
|
|
|
|
|