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 e6dd9d6a8ef2a56112ea7bfe13269e106f572919..2bafe5bacdc37ac52f8559ed51b2256543191cca 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 |
@@ -33,7 +33,7 @@ class MockRtcEventLog : public RtcEventLog { |
void(const rtclog::StreamConfig& config)); |
MOCK_METHOD1(LogVideoSendStreamConfig, |
- void(const webrtc::VideoSendStream::Config& config)); |
+ void(const rtclog::StreamConfig& config)); |
MOCK_METHOD1(LogAudioReceiveStreamConfig, |
void(const webrtc::AudioReceiveStream::Config& config)); |