| Index: webrtc/api/peerconnectionfactory_unittest.cc
|
| diff --git a/webrtc/api/peerconnectionfactory_unittest.cc b/webrtc/api/peerconnectionfactory_unittest.cc
|
| index 963f1fe7be404588004503cc00d36b212c37321b..de21e806d556877de3620b19ad11a9d944e3152a 100644
|
| --- a/webrtc/api/peerconnectionfactory_unittest.cc
|
| +++ b/webrtc/api/peerconnectionfactory_unittest.cc
|
| @@ -87,11 +87,9 @@ class PeerConnectionFactoryTest : public testing::Test {
|
| #ifdef WEBRTC_ANDROID
|
| webrtc::InitializeAndroidObjects();
|
| #endif
|
| - factory_ = webrtc::CreatePeerConnectionFactory(rtc::Thread::Current(),
|
| - rtc::Thread::Current(),
|
| - NULL,
|
| - NULL,
|
| - NULL);
|
| + factory_ = webrtc::CreatePeerConnectionFactory(
|
| + rtc::Thread::Current(), rtc::Thread::Current(), rtc::Thread::Current(),
|
| + nullptr, nullptr, nullptr);
|
|
|
| ASSERT_TRUE(factory_.get() != NULL);
|
| port_allocator_.reset(
|
|
|