| Index: net/base/x509_certificate.h
|
| diff --git a/net/base/x509_certificate.h b/net/base/x509_certificate.h
|
| index 68762e4ac925a56a0a199b4bb239864488296c0a..08a05cb9746875ef5256459c542a5b8528a608d3 100644
|
| --- a/net/base/x509_certificate.h
|
| +++ b/net/base/x509_certificate.h
|
| @@ -214,7 +214,7 @@ class X509Certificate : public base::RefCountedThreadSafe<X509Certificate> {
|
| static bool GetSSLClientCertificates(
|
| const std::string& server_domain,
|
| const std::vector<CertPrincipal>& valid_issuers,
|
| - std::vector<scoped_refptr<X509Certificate> >* certs);
|
| + CertificateList* certs);
|
|
|
| // Creates the chain of certs to use for this client identity cert.
|
| CFArrayRef CreateClientCertificateChain() const;
|
|
|