diff --git a/api/test/video_quality_analyzer_interface.h b/api/test/video_quality_analyzer_interface.h index 91ecbc8a6c..49f4dd1ff3 100644 --- a/api/test/video_quality_analyzer_interface.h +++ b/api/test/video_quality_analyzer_interface.h @@ -156,12 +156,6 @@ class VideoQualityAnalyzerInterface virtual std::string GetStreamLabel(uint16_t frame_id) = 0; }; -namespace webrtc_pc_e2e { - -// Temporary alias to make downstream projects able to migrate. -using VideoQualityAnalyzerInterface = ::webrtc::VideoQualityAnalyzerInterface; - -} // namespace webrtc_pc_e2e } // namespace webrtc #endif // API_TEST_VIDEO_QUALITY_ANALYZER_INTERFACE_H_ diff --git a/pc/test/svc_e2e_tests.cc b/pc/test/svc_e2e_tests.cc index 993d18bbfc..f023002caf 100644 --- a/pc/test/svc_e2e_tests.cc +++ b/pc/test/svc_e2e_tests.cc @@ -80,7 +80,7 @@ CreateTestFixture(absl::string_view test_case_name, EmulatedNetworkManagerInterface*> network_links, rtc::FunctionView alice_configurer, rtc::FunctionView bob_configurer, - std::unique_ptr + std::unique_ptr video_quality_analyzer = nullptr) { auto fixture = webrtc_pc_e2e::CreatePeerConnectionE2EQualityTestFixture( std::string(test_case_name), time_controller, nullptr, diff --git a/test/pc/e2e/g3doc/default_video_quality_analyzer.md b/test/pc/e2e/g3doc/default_video_quality_analyzer.md index 532226e350..ed182d833d 100644 --- a/test/pc/e2e/g3doc/default_video_quality_analyzer.md +++ b/test/pc/e2e/g3doc/default_video_quality_analyzer.md @@ -10,7 +10,7 @@ This document is for users of ## Overview `DefaultVideoQualityAnalyzer` implements -[`webrtc::webrtc_pc_e2e::VideoQualityAnalyzerInterface`][2] and is a main +[`webrtc::VideoQualityAnalyzerInterface`][2] and is a main implementation of video quality analyzer for WebRTC. To operate correctly it requires to receive video frame on each step: