| Index: webrtc/api/peerconnectionproxy.h
|
| diff --git a/webrtc/api/peerconnectionproxy.h b/webrtc/api/peerconnectionproxy.h
|
| index 1183e6191034534154a24547b1976f7981c21c07..4f923476bba64b1563c0e1ea9d5c832efbb5b733 100644
|
| --- a/webrtc/api/peerconnectionproxy.h
|
| +++ b/webrtc/api/peerconnectionproxy.h
|
| @@ -17,7 +17,7 @@
|
| namespace webrtc {
|
|
|
| // Define proxy for PeerConnectionInterface.
|
| -BEGIN_PROXY_MAP(PeerConnection)
|
| +BEGIN_SIGNALLING_PROXY_MAP(PeerConnection)
|
| PROXY_METHOD0(rtc::scoped_refptr<StreamCollectionInterface>,
|
| local_streams)
|
| PROXY_METHOD0(rtc::scoped_refptr<StreamCollectionInterface>,
|
| @@ -75,7 +75,7 @@ BEGIN_PROXY_MAP(PeerConnection)
|
| PROXY_METHOD0(IceConnectionState, ice_connection_state)
|
| PROXY_METHOD0(IceGatheringState, ice_gathering_state)
|
| PROXY_METHOD0(void, Close)
|
| -END_PROXY()
|
| +END_SIGNALLING_PROXY()
|
|
|
| } // namespace webrtc
|
|
|
|
|