| Index: webrtc/api/peerconnection_unittest.cc
|
| diff --git a/webrtc/api/peerconnection_unittest.cc b/webrtc/api/peerconnection_unittest.cc
|
| index 24411ab729060c09c9658aab987b49e0b9db85f5..6faed3bf8deb791f9829e3c5286c40c1f738b042 100644
|
| --- a/webrtc/api/peerconnection_unittest.cc
|
| +++ b/webrtc/api/peerconnection_unittest.cc
|
| @@ -853,7 +853,7 @@ class PeerConnectionTestClient : public webrtc::PeerConnectionObserver,
|
| ice_server.uri = "stun:stun.l.google.com:19302";
|
| config.servers.push_back(ice_server);
|
|
|
| - return peer_connection_factory_->CreatePeerConnection(
|
| + return peer_connection_factory_->CreatePeerConnectionWithStore(
|
| config, constraints, std::move(port_allocator),
|
| std::move(dtls_identity_store), this);
|
| }
|
|
|