Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: webrtc/video/video_quality_test.cc

Issue 1369263002: Unify Transport and newapi::Transport interfaces. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: self-review Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/video/video_quality_test.h ('k') | webrtc/video_receive_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « webrtc/video/video_quality_test.h ('k') | webrtc/video_receive_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698