| Index: webrtc/video/video_quality_test.cc
|
| diff --git a/webrtc/video/video_quality_test.cc b/webrtc/video/video_quality_test.cc
|
| index 110cb063b5c60ac4ea97332639801f8e040f8168..488532d93daed86e8269c52f1c0ba554fe3abe1d 100644
|
| --- a/webrtc/video/video_quality_test.cc
|
| +++ b/webrtc/video/video_quality_test.cc
|
| @@ -39,7 +39,7 @@ static const int kPayloadTypeVP8 = 123;
|
| static const int kPayloadTypeVP9 = 124;
|
|
|
| class VideoAnalyzer : public PacketReceiver,
|
| - public newapi::Transport,
|
| + public Transport,
|
| public VideoRenderer,
|
| public VideoCaptureInput,
|
| public EncodedFrameObserver {
|
| @@ -574,8 +574,8 @@ void VideoQualityTest::ValidateParams(const Params& params) {
|
| void VideoQualityTest::TestBody() {}
|
|
|
| void VideoQualityTest::SetupFullStack(const Params& params,
|
| - newapi::Transport* send_transport,
|
| - newapi::Transport* recv_transport) {
|
| + Transport* send_transport,
|
| + Transport* recv_transport) {
|
| if (params.logs)
|
| trace_to_stderr_.reset(new test::TraceToStderr);
|
|
|
|
|