| Index: webrtc/api/peerconnectioninterface.h
|
| diff --git a/webrtc/api/peerconnectioninterface.h b/webrtc/api/peerconnectioninterface.h
|
| index 94d2c001e38c228d7130319d03e4e8a5c13be34e..aab8b8a383b401fab8936a9552f64ae1f19f475b 100644
|
| --- a/webrtc/api/peerconnectioninterface.h
|
| +++ b/webrtc/api/peerconnectioninterface.h
|
| @@ -58,7 +58,6 @@
|
|
|
| #include "webrtc/api/datachannelinterface.h"
|
| #include "webrtc/api/dtlsidentitystore.h"
|
| -#include "webrtc/api/dtlsidentitystore.h"
|
| #include "webrtc/api/dtmfsenderinterface.h"
|
| #include "webrtc/api/jsep.h"
|
| #include "webrtc/api/mediastreaminterface.h"
|
| @@ -691,8 +690,8 @@ CreatePeerConnectionFactory();
|
| //
|
| // If non-null, ownership of |default_adm|, |encoder_factory| and
|
| // |decoder_factory| are transferred to the returned factory.
|
| -rtc::scoped_refptr<PeerConnectionFactoryInterface>
|
| -CreatePeerConnectionFactory(
|
| +rtc::scoped_refptr<PeerConnectionFactoryInterface> CreatePeerConnectionFactory(
|
| + rtc::Thread* network_thread,
|
| rtc::Thread* worker_thread,
|
| rtc::Thread* signaling_thread,
|
| AudioDeviceModule* default_adm,
|
|
|