| Index: webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.h
|
| diff --git a/webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.h b/webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.h
|
| index a23f50c3faa6768703f6b02befce0a9ba8e45af6..c0fc4931175e457d5c26d8cba9cc8021d9ba4e23 100644
|
| --- a/webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.h
|
| +++ b/webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.h
|
| @@ -29,10 +29,9 @@ class RtcEventLogTestHelper {
|
| const ParsedRtcEventLog& parsed_log,
|
| size_t index,
|
| const rtclog::StreamConfig& config);
|
| - static void VerifyAudioSendStreamConfig(
|
| - const ParsedRtcEventLog& parsed_log,
|
| - size_t index,
|
| - const AudioSendStream::Config& config);
|
| + static void VerifyAudioSendStreamConfig(const ParsedRtcEventLog& parsed_log,
|
| + size_t index,
|
| + const rtclog::StreamConfig& config);
|
| static void VerifyRtpEvent(const ParsedRtcEventLog& parsed_log,
|
| size_t index,
|
| PacketDirection direction,
|
|
|