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 154882f1b5249472ff495bd99f7036b1e6baf33a..e6dd9d6a8ef2a56112ea7bfe13269e106f572919 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 |
@@ -30,7 +30,7 @@ class MockRtcEventLog : public RtcEventLog { |
MOCK_METHOD0(StopLogging, void()); |
MOCK_METHOD1(LogVideoReceiveStreamConfig, |
- void(const webrtc::VideoReceiveStream::Config& config)); |
+ void(const rtclog::StreamConfig& config)); |
MOCK_METHOD1(LogVideoSendStreamConfig, |
void(const webrtc::VideoSendStream::Config& config)); |