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

Unified Diff: webrtc/test/null_transport.h

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/test/mock_transport.h ('k') | webrtc/test/rtp_rtcp_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/null_transport.h
diff --git a/webrtc/test/null_transport.h b/webrtc/test/null_transport.h
index b80f751b1e52feb6f73a8fcabf4d340816d18dec..a60d8cb91e22ce636af991b2c5ee91389d70e367 100644
--- a/webrtc/test/null_transport.h
+++ b/webrtc/test/null_transport.h
@@ -17,7 +17,7 @@ namespace webrtc {
class PacketReceiver;
namespace test {
-class NullTransport : public newapi::Transport {
+class NullTransport : public Transport {
public:
bool SendRtp(const uint8_t* packet, size_t length) override;
bool SendRtcp(const uint8_t* packet, size_t length) override;
« no previous file with comments | « webrtc/test/mock_transport.h ('k') | webrtc/test/rtp_rtcp_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698