Search and replace gendered terms according to style guide:
https://chromium.googlesource.com/chromium/src/+/master/styleguide/inclusive_code.md#tools Not changin the transcipt in resources/audio_processing/conversational_speech/README.md BUG=webrtc:11680 Change-Id: I36af34e4a4e0ec6161093c0045b7bbe1dbe4eb45 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/177016 Reviewed-by: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31514}
This commit is contained in:
@ -230,7 +230,7 @@ TEST(RtcpReceiverTest, InjectSrPacketFromUnknownSender) {
|
||||
rtcp::SenderReport sr;
|
||||
sr.SetSenderSsrc(kUnknownSenderSsrc);
|
||||
|
||||
// The parser will handle report blocks in Sender Report from other than his
|
||||
// The parser will handle report blocks in Sender Report from other than their
|
||||
// expected peer.
|
||||
EXPECT_CALL(mocks.rtp_rtcp_impl, OnReceivedRtcpReportBlocks);
|
||||
EXPECT_CALL(mocks.bandwidth_observer,
|
||||
|
||||
Reference in New Issue
Block a user