| Index: net/base/x509_certificate.h
|
| diff --git a/net/base/x509_certificate.h b/net/base/x509_certificate.h
|
| index c0342a1d4c2fe15e10ea305a1dafbd71a0fa3e4b..c2a378ae7853c0490e5407a98427b81d3621df25 100644
|
| --- a/net/base/x509_certificate.h
|
| +++ b/net/base/x509_certificate.h
|
| @@ -220,7 +220,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;
|
|
|