Fix namespace for PeerConnectionE2EQualityTestFixture
Bug: webrtc:10138 Change-Id: I7af44a8075ba72075ad499df8f5e095ea93d29c3 Reviewed-on: https://webrtc-review.googlesource.com/c/125091 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26919}
This commit is contained in:
@ -35,6 +35,7 @@
|
||||
#include "test/pc/e2e/api/video_quality_analyzer_interface.h"
|
||||
|
||||
namespace webrtc {
|
||||
namespace test {
|
||||
|
||||
// TODO(titovartem) move to API when it will be stabilized.
|
||||
class PeerConnectionE2EQualityTestFixture {
|
||||
@ -208,6 +209,7 @@ class PeerConnectionE2EQualityTestFixture {
|
||||
virtual ~PeerConnectionE2EQualityTestFixture() = default;
|
||||
};
|
||||
|
||||
} // namespace test
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // TEST_PC_E2E_API_PEERCONNECTION_QUALITY_TEST_FIXTURE_H_
|
||||
|
Reference in New Issue
Block a user