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

Unified Diff: webrtc/api/statscollector_unittest.cc

Issue 1670153003: Introduce struct MediaConfig, with construction-time settings. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Deleted a left over comment. Created 4 years, 10 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
Index: webrtc/api/statscollector_unittest.cc
diff --git a/webrtc/api/statscollector_unittest.cc b/webrtc/api/statscollector_unittest.cc
index cdb4bd0d750673ca8c52be25b743b5eaac9c9aee..d4a59a1a6d5f360f32dc0a4606477dc8d4a2ce92 100644
--- a/webrtc/api/statscollector_unittest.cc
+++ b/webrtc/api/statscollector_unittest.cc
@@ -489,7 +489,8 @@ class StatsCollectorTest : public testing::Test {
channel_manager_(
new cricket::ChannelManager(media_engine_, rtc::Thread::Current())),
media_controller_(
- webrtc::MediaControllerInterface::Create(rtc::Thread::Current(),
+ webrtc::MediaControllerInterface::Create(cricket::MediaConfig(),
+ rtc::Thread::Current(),
channel_manager_.get())),
session_(media_controller_.get()) {
// By default, we ignore session GetStats calls.

Powered by Google App Engine
This is Rietveld 408576698