| Index: webrtc/base/opensslidentity.h
|
| diff --git a/webrtc/base/opensslidentity.h b/webrtc/base/opensslidentity.h
|
| index dda50be775a635883a4580522cb5a1898222145a..8b30e6092a5b53c1e1d09dd5d7c61ce914b432f7 100644
|
| --- a/webrtc/base/opensslidentity.h
|
| +++ b/webrtc/base/opensslidentity.h
|
| @@ -85,7 +85,7 @@ class OpenSSLCertificate : public SSLCertificate {
|
| size_t* length);
|
|
|
| bool GetSignatureDigestAlgorithm(std::string* algorithm) const override;
|
| - bool GetChain(SSLCertChain** chain) const override;
|
| + rtc::scoped_ptr<SSLCertChain> GetChain() const override;
|
|
|
| int64_t CertificateExpirationTime() const override;
|
|
|
|
|