[PCLF] Remove references to the old location of VideoQualityAnalyzerInterface

Bug: None
Change-Id: Ie14e6c279f268f76061fbc3ead1ae7b5febd3b9c
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/267824
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Reviewed-by: Henrik Boström <hbos@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#37463}
This commit is contained in:
Artem Titov
2022-07-05 14:56:46 +02:00
committed by WebRTC LUCI CQ
parent 0018def520
commit 92159dc3ad
3 changed files with 2 additions and 8 deletions

View File

@ -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_