Index: webrtc/api/peerconnectionfactory_unittest.cc |
diff --git a/webrtc/api/peerconnectionfactory_unittest.cc b/webrtc/api/peerconnectionfactory_unittest.cc |
index e7859d0081a87cff1ddddc4abb2a54ddf43c3736..c44ca2b3edbd20fab673ac4ed90f307602cd2dc2 100644 |
--- a/webrtc/api/peerconnectionfactory_unittest.cc |
+++ b/webrtc/api/peerconnectionfactory_unittest.cc |
@@ -86,11 +86,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(), |
+ NULL, NULL, NULL); |
ASSERT_TRUE(factory_.get() != NULL); |
port_allocator_.reset( |