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 ffbb301bd209c5ca21012318abab80a7a90639ce..a8a4bab894c4b260075c6b6a0543da8e01ecb69f 100644 |
--- a/net/ssl/client_cert_store_win.h |
+++ b/net/ssl/client_cert_store_win.h |
@@ -28,8 +28,7 @@ class NET_EXPORT ClientCertStoreWin : public ClientCertStore { |
// will use that. Otherwise it will use the current user's "MY" cert store |
// instead. |
void GetClientCerts(const SSLCertRequestInfo& cert_request_info, |
- CertificateList* selected_certs, |
- const base::Closure& callback) override; |
+ const ClientCertListCallback& callback) override; |
private: |
using ScopedHCERTSTORE = crypto::ScopedCAPIHandle< |