| 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 4791c8273182719fdac59ea1ce48ccb5d79efe3a..cedc309509650bbe56a486d8143921bd319d8ace 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
|
| @@ -39,7 +39,7 @@ class MockRtcEventLog : public RtcEventLog {
|
| void(const rtclog::StreamConfig& config));
|
|
|
| MOCK_METHOD1(LogAudioSendStreamConfig,
|
| - void(const webrtc::AudioSendStream::Config& config));
|
| + void(const rtclog::StreamConfig& config));
|
|
|
| MOCK_METHOD4(LogRtpHeader,
|
| void(PacketDirection direction,
|
|
|