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

Unified Diff: webrtc/test/rtp_rtcp_observer.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/null_transport.h ('k') | webrtc/transport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/rtp_rtcp_observer.h
diff --git a/webrtc/test/rtp_rtcp_observer.h b/webrtc/test/rtp_rtcp_observer.h
index 38e2fa7e47b6a6172ae1d8b5acde46892d99c9ee..24f72565f17dab8353f0f8e1023b916e8643362f 100644
--- a/webrtc/test/rtp_rtcp_observer.h
+++ b/webrtc/test/rtp_rtcp_observer.h
@@ -27,11 +27,11 @@ namespace test {
class RtpRtcpObserver {
public:
virtual ~RtpRtcpObserver() {}
- newapi::Transport* SendTransport() {
+ Transport* SendTransport() {
return &send_transport_;
}
- newapi::Transport* ReceiveTransport() {
+ Transport* ReceiveTransport() {
return &receive_transport_;
}
« no previous file with comments | « webrtc/test/null_transport.h ('k') | webrtc/transport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698