| Index: webrtc/api/peerconnectioninterface.h
|
| diff --git a/webrtc/api/peerconnectioninterface.h b/webrtc/api/peerconnectioninterface.h
|
| index 7575c7ac88dc4828d3701e2bd00c08f655ee6aac..4fa9bf2408d76826ea788354fa579508d04b3d8d 100644
|
| --- a/webrtc/api/peerconnectioninterface.h
|
| +++ b/webrtc/api/peerconnectioninterface.h
|
| @@ -65,7 +65,6 @@
|
| #include "webrtc/api/rtpsenderinterface.h"
|
| #include "webrtc/api/statstypes.h"
|
| #include "webrtc/api/umametrics.h"
|
| -#include "webrtc/base/deprecation.h"
|
| #include "webrtc/base/fileutils.h"
|
| #include "webrtc/base/network.h"
|
| #include "webrtc/base/rtccertificate.h"
|
| @@ -694,7 +693,6 @@ rtc::scoped_refptr<PeerConnectionFactoryInterface> CreatePeerConnectionFactory(
|
|
|
| // Create a new instance of PeerConnectionFactoryInterface.
|
| // Same thread is used as worker and network thread.
|
| -RTC_DEPRECATED
|
| inline rtc::scoped_refptr<PeerConnectionFactoryInterface>
|
| CreatePeerConnectionFactory(
|
| rtc::Thread* worker_and_network_thread,
|
|
|