Index: content/renderer/media/mock_peer_connection_impl.h |
=================================================================== |
--- content/renderer/media/mock_peer_connection_impl.h (revision 127517) |
+++ content/renderer/media/mock_peer_connection_impl.h (working copy) |
@@ -32,7 +32,7 @@ |
virtual void Close() OVERRIDE; |
virtual ReadyState ready_state() OVERRIDE; |
virtual SdpState sdp_state() OVERRIDE; |
- virtual void StartIce(IceOptions options) OVERRIDE; |
+ virtual bool StartIce(IceOptions options) OVERRIDE; |
virtual webrtc::SessionDescriptionInterface* CreateOffer( |
const webrtc::MediaHints& hints) OVERRIDE; |