| Index: webrtc/api/peerconnectioninterface_unittest.cc
|
| diff --git a/webrtc/api/peerconnectioninterface_unittest.cc b/webrtc/api/peerconnectioninterface_unittest.cc
|
| index 1386e8c2106cf75f0a807ffdd814135ec494b3f1..c05b4ff1c0ba8633db17a437c6dde628c18be75e 100644
|
| --- a/webrtc/api/peerconnectioninterface_unittest.cc
|
| +++ b/webrtc/api/peerconnectioninterface_unittest.cc
|
| @@ -526,9 +526,9 @@ class PeerConnectionInterfaceTest : public testing::Test {
|
|
|
| virtual void SetUp() {
|
| pc_factory_ = webrtc::CreatePeerConnectionFactory(
|
| - rtc::Thread::Current(), rtc::Thread::Current(), NULL, NULL,
|
| - NULL);
|
| - ASSERT_TRUE(pc_factory_.get() != NULL);
|
| + rtc::Thread::Current(), rtc::Thread::Current(), rtc::Thread::Current(),
|
| + nullptr, nullptr, nullptr);
|
| + ASSERT_TRUE(pc_factory_);
|
| }
|
|
|
| void CreatePeerConnection() {
|
|
|