| Index: webrtc/pc/peerconnectionfactory.h
|
| diff --git a/webrtc/pc/peerconnectionfactory.h b/webrtc/pc/peerconnectionfactory.h
|
| index ebd301693467a80cb19c1ec0062cc12bba8037ee..82440e7275d19e551b94f1a74ff26913c5d51210 100644
|
| --- a/webrtc/pc/peerconnectionfactory.h
|
| +++ b/webrtc/pc/peerconnectionfactory.h
|
| @@ -121,6 +121,7 @@ class PeerConnectionFactory : public PeerConnectionFactoryInterface {
|
| virtual ~PeerConnectionFactory();
|
|
|
| private:
|
| + std::unique_ptr<RtcEventLog> CreateRtcEventLog_w();
|
| std::unique_ptr<Call> CreateCall_w(RtcEventLog* event_log);
|
|
|
| bool wraps_current_thread_;
|
|
|