| Index: webrtc/pc/channelmanager_unittest.cc
|
| diff --git a/webrtc/pc/channelmanager_unittest.cc b/webrtc/pc/channelmanager_unittest.cc
|
| index 0cedd8b4bc176d666ade372fcff6c43722115de5..a642af5a26f838b55d000457f6e1d0f38363b7ee 100644
|
| --- a/webrtc/pc/channelmanager_unittest.cc
|
| +++ b/webrtc/pc/channelmanager_unittest.cc
|
| @@ -149,7 +149,7 @@ TEST_F(ChannelManagerTest, NoTransportChannelTest) {
|
| transport_controller_->set_fail_channel_creation(true);
|
| // The test is useless unless the session does not fail creating
|
| // cricket::TransportChannel.
|
| - ASSERT_TRUE(transport_controller_->CreateTransportChannel_w(
|
| + ASSERT_TRUE(transport_controller_->CreateTransportChannel_n(
|
| "audio", cricket::ICE_CANDIDATE_COMPONENT_RTP) == nullptr);
|
|
|
| cricket::VoiceChannel* voice_channel =
|
|
|