Index: net/ssl/client_cert_store_win.h |
diff --git a/net/ssl/client_cert_store_win.h b/net/ssl/client_cert_store_win.h |
index a8a4bab894c4b260075c6b6a0543da8e01ecb69f..0665a9d5ae73b0c0204942bd3b2b7ff28cdcf5cc 100644 |
--- a/net/ssl/client_cert_store_win.h |
+++ b/net/ssl/client_cert_store_win.h |
@@ -45,7 +45,7 @@ class NET_EXPORT ClientCertStoreWin : public ClientCertStore { |
// using the common logic. |
bool SelectClientCertsForTesting(const CertificateList& input_certs, |
const SSLCertRequestInfo& cert_request_info, |
- CertificateList* selected_certs); |
+ ClientCertIdentityList* selected_identities); |
ScopedHCERTSTORE cert_store_; |