| Index: webrtc/api/peerconnectioninterface_unittest.cc
|
| diff --git a/webrtc/api/peerconnectioninterface_unittest.cc b/webrtc/api/peerconnectioninterface_unittest.cc
|
| index d2f0ad1c56eec69a1e0fb36e540fb5d3236c2df2..48f9a18b7259ee7c1d514416daf629066a8be221 100644
|
| --- a/webrtc/api/peerconnectioninterface_unittest.cc
|
| +++ b/webrtc/api/peerconnectioninterface_unittest.cc
|
| @@ -601,7 +601,7 @@ class PeerConnectionInterfaceTest : public testing::Test {
|
| nullptr) && dtls) {
|
| dtls_identity_store.reset(new FakeDtlsIdentityStore());
|
| }
|
| - pc_ = pc_factory_->CreatePeerConnection(
|
| + pc_ = pc_factory_->CreatePeerConnectionWithStore(
|
| config, constraints, std::move(port_allocator),
|
| std::move(dtls_identity_store), &observer_);
|
| ASSERT_TRUE(pc_.get() != NULL);
|
|
|