| Index: webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h
|
| diff --git a/webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h b/webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h
|
| index cedc309509650bbe56a486d8143921bd319d8ace..cb31d8f7793b664886c06be08dc4f20d59c7413d 100644
|
| --- a/webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h
|
| +++ b/webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h
|
| @@ -41,22 +41,19 @@ class MockRtcEventLog : public RtcEventLog {
|
| MOCK_METHOD1(LogAudioSendStreamConfig,
|
| void(const rtclog::StreamConfig& config));
|
|
|
| - MOCK_METHOD4(LogRtpHeader,
|
| + MOCK_METHOD3(LogRtpHeader,
|
| void(PacketDirection direction,
|
| - MediaType media_type,
|
| const uint8_t* header,
|
| size_t packet_length));
|
|
|
| - MOCK_METHOD5(LogRtpHeader,
|
| + MOCK_METHOD4(LogRtpHeader,
|
| void(PacketDirection direction,
|
| - MediaType media_type,
|
| const uint8_t* header,
|
| size_t packet_length,
|
| int probe_cluster_id));
|
|
|
| - MOCK_METHOD4(LogRtcpPacket,
|
| + MOCK_METHOD3(LogRtcpPacket,
|
| void(PacketDirection direction,
|
| - MediaType media_type,
|
| const uint8_t* packet,
|
| size_t length));
|
|
|
|
|