commit a33b13c9243be4f4c4797c94126a4d37a97067e8 parent 0fb808d7e9497a7e8946f519bdfdcb7cc00b3447 Author: Dan Baker <dbaker@mozilla.com> Date: Thu, 23 Oct 2025 16:34:46 -0600 Bug 1995393 - Vendor libwebrtc from 771386d09d Upstream commit: https://webrtc.googlesource.com/src/+/771386d09d464bd2fd22205b629f9ac9356584c4 Remove some unused using declarations from rtp_rtcp unittests Bug: None Change-Id: I4384edde52adec3fe3f57d10880af5aa7a932f99 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/404900 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45359} Diffstat:
8 files changed, 2 insertions(+), 17 deletions(-)
diff --git a/third_party/libwebrtc/README.mozilla.last-vendor b/third_party/libwebrtc/README.mozilla.last-vendor @@ -1,4 +1,4 @@ # ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc -libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-23T22:31:48.112733+00:00. +libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-23T22:34:34.074018+00:00. # base of lastest vendoring -bd40e642b1 +771386d09d diff --git a/third_party/libwebrtc/modules/rtp_rtcp/source/flexfec_receiver_unittest.cc b/third_party/libwebrtc/modules/rtp_rtcp/source/flexfec_receiver_unittest.cc @@ -32,7 +32,6 @@ namespace webrtc { namespace { -using ::testing::_; using ::testing::Eq; using ::testing::Property; diff --git a/third_party/libwebrtc/modules/rtp_rtcp/source/frame_transformer_factory_unittest.cc b/third_party/libwebrtc/modules/rtp_rtcp/source/frame_transformer_factory_unittest.cc @@ -29,7 +29,6 @@ using testing::Each; using testing::ElementsAreArray; using testing::NiceMock; using testing::Return; -using testing::ReturnRef; TEST(FrameTransformerFactory, CloneAudioFrame) { NiceMock<MockTransformableAudioFrame> original_frame; diff --git a/third_party/libwebrtc/modules/rtp_rtcp/source/rtcp_transceiver_unittest.cc b/third_party/libwebrtc/modules/rtp_rtcp/source/rtcp_transceiver_unittest.cc @@ -31,19 +31,16 @@ #include "system_wrappers/include/ntp_time.h" #include "test/gmock.h" #include "test/gtest.h" -#include "test/mock_transport.h" #include "test/rtcp_packet_parser.h" namespace { using ::testing::_; using ::testing::AtLeast; -using ::testing::Invoke; using ::testing::InvokeWithoutArgs; using ::testing::IsNull; using ::testing::MockFunction; using ::testing::NiceMock; -using ::webrtc::MockTransport; using ::webrtc::RtcpTransceiver; using ::webrtc::RtcpTransceiverConfig; using ::webrtc::SimulatedClock; diff --git a/third_party/libwebrtc/modules/rtp_rtcp/source/rtp_packetizer_h265_unittest.cc b/third_party/libwebrtc/modules/rtp_rtcp/source/rtp_packetizer_h265_unittest.cc @@ -34,7 +34,6 @@ using ::testing::Each; using ::testing::ElementsAre; using ::testing::ElementsAreArray; using ::testing::Eq; -using ::testing::IsEmpty; using ::testing::SizeIs; constexpr RtpPacketToSend::ExtensionManager* kNoExtensions = nullptr; diff --git a/third_party/libwebrtc/modules/rtp_rtcp/source/rtp_video_stream_receiver_frame_transformer_delegate_unittest.cc b/third_party/libwebrtc/modules/rtp_rtcp/source/rtp_video_stream_receiver_frame_transformer_delegate_unittest.cc @@ -47,7 +47,6 @@ namespace webrtc { namespace { -using ::testing::_; using ::testing::ElementsAre; using ::testing::NiceMock; using ::testing::NotNull; diff --git a/third_party/libwebrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_h264_unittest.cc b/third_party/libwebrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_h264_unittest.cc @@ -30,10 +30,7 @@ namespace webrtc { namespace { -using ::testing::Each; -using ::testing::ElementsAre; using ::testing::ElementsAreArray; -using ::testing::Eq; using ::testing::IsEmpty; using ::testing::SizeIs; diff --git a/third_party/libwebrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_h265_unittest.cc b/third_party/libwebrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_h265_unittest.cc @@ -26,12 +26,7 @@ namespace webrtc { namespace { -using ::testing::Each; -using ::testing::ElementsAre; using ::testing::ElementsAreArray; -using ::testing::Eq; -using ::testing::IsEmpty; -using ::testing::SizeIs; TEST(VideoRtpDepacketizerH265Test, SingleNalu) { uint8_t packet[3] = {0x26, 0x02,