Index: webrtc/api/rtpreceiverinterface.h |
diff --git a/webrtc/api/rtpreceiverinterface.h b/webrtc/api/rtpreceiverinterface.h |
index 5c7790db607f47d14bab797b60a8617c4eef61ae..c2a579b37cbbc745ac95379c429c3b4931a979a0 100644 |
--- a/webrtc/api/rtpreceiverinterface.h |
+++ b/webrtc/api/rtpreceiverinterface.h |
@@ -38,11 +38,11 @@ class RtpReceiverInterface : public rtc::RefCountInterface { |
}; |
// Define proxy for RtpReceiverInterface. |
-BEGIN_PROXY_MAP(RtpReceiver) |
+BEGIN_SIGNALING_PROXY_MAP(RtpReceiver) |
PROXY_CONSTMETHOD0(rtc::scoped_refptr<MediaStreamTrackInterface>, track) |
PROXY_CONSTMETHOD0(std::string, id) |
PROXY_METHOD0(void, Stop) |
-END_PROXY() |
+END_SIGNALING_PROXY() |
} // namespace webrtc |