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

Unified Diff: webrtc/test/call_test.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/modules/rtp_rtcp/test/testAPI/test_api.cc ('k') | webrtc/test/call_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/call_test.h
diff --git a/webrtc/test/call_test.h b/webrtc/test/call_test.h
index 105259d7bd45ed8adf4f05a29aa64a9533e79676..2b9dcee9a8566a28d609016e4326fe380f1cf1ca 100644
--- a/webrtc/test/call_test.h
+++ b/webrtc/test/call_test.h
@@ -53,8 +53,8 @@ class CallTest : public ::testing::Test {
void CreateSenderCall(const Call::Config& config);
void CreateReceiverCall(const Call::Config& config);
- void CreateSendConfig(size_t num_streams, newapi::Transport* send_transport);
- void CreateMatchingReceiveConfigs(newapi::Transport* rtcp_send_transport);
+ void CreateSendConfig(size_t num_streams, Transport* send_transport);
+ void CreateMatchingReceiveConfigs(Transport* rtcp_send_transport);
void CreateFrameGeneratorCapturer();
« no previous file with comments | « webrtc/modules/rtp_rtcp/test/testAPI/test_api.cc ('k') | webrtc/test/call_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698