| Index: webrtc/p2p/base/p2ptransportchannel.h
|
| diff --git a/webrtc/p2p/base/p2ptransportchannel.h b/webrtc/p2p/base/p2ptransportchannel.h
|
| index 4a53d755af59bb742a8c981f0ceabf473a59412a..56f35558edfcca86397c795ee99372cdaacd0fa3 100644
|
| --- a/webrtc/p2p/base/p2ptransportchannel.h
|
| +++ b/webrtc/p2p/base/p2ptransportchannel.h
|
| @@ -144,7 +144,7 @@ class P2PTransportChannel : public TransportChannelImpl,
|
| return nullptr;
|
| }
|
|
|
| - rtc::scoped_ptr<rtc::SSLCertificate> GetRemoteSSLCertificate()
|
| + std::unique_ptr<rtc::SSLCertificate> GetRemoteSSLCertificate()
|
| const override {
|
| return nullptr;
|
| }
|
|
|