| Index: webrtc/p2p/base/transportchannelproxy.h
 | 
| diff --git a/webrtc/p2p/base/transportchannelproxy.h b/webrtc/p2p/base/transportchannelproxy.h
 | 
| index 3a69bccb4c0a818f9b4a654624a05e58e86efb6c..83bc5d4e47904305f324fefe7a9dd1a0cb12dbac 100644
 | 
| --- a/webrtc/p2p/base/transportchannelproxy.h
 | 
| +++ b/webrtc/p2p/base/transportchannelproxy.h
 | 
| @@ -60,8 +60,9 @@ class TransportChannelProxy : public TransportChannel,
 | 
|    virtual bool SetSrtpCiphers(const std::vector<std::string>& ciphers);
 | 
|    virtual bool GetSrtpCipher(std::string* cipher);
 | 
|    virtual bool GetSslCipher(std::string* cipher);
 | 
| -  virtual bool GetLocalIdentity(rtc::SSLIdentity** identity) const;
 | 
| -  virtual bool GetRemoteCertificate(rtc::SSLCertificate** cert) const;
 | 
| +  bool GetLocalCertificate(
 | 
| +      rtc::scoped_refptr<rtc::RTCCertificate>* certificate) const override;
 | 
| +  bool GetRemoteSSLCertificate(rtc::SSLCertificate** cert) const override;
 | 
|    virtual bool ExportKeyingMaterial(const std::string& label,
 | 
|                              const uint8* context,
 | 
|                              size_t context_len,
 | 
| 
 |