Index: webrtc/test/mock_voe_channel_proxy.h |
diff --git a/webrtc/test/mock_voe_channel_proxy.h b/webrtc/test/mock_voe_channel_proxy.h |
index 3676e89153821e94c1f4cec7f83831efac64a765..e8b5fb7181d9d53ed20bdb2b61ef0072ecb1768b 100644 |
--- a/webrtc/test/mock_voe_channel_proxy.h |
+++ b/webrtc/test/mock_voe_channel_proxy.h |
@@ -59,6 +59,7 @@ class MockVoEChannelProxy : public voe::ChannelProxy { |
const rtc::scoped_refptr<AudioDecoderFactory>&()); |
MOCK_METHOD1(SetChannelOutputVolumeScaling, void(float scaling)); |
MOCK_METHOD1(SetRtcEventLog, void(RtcEventLog* event_log)); |
+ MOCK_METHOD1(SetRtcpRttStats, void(RtcpRttStats* rtcp_rtt_stats)); |
MOCK_METHOD1(EnableAudioNetworkAdaptor, |
void(const std::string& config_string)); |
MOCK_METHOD0(DisableAudioNetworkAdaptor, void()); |