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