Index: content/shell/browser/shell_content_browser_client.h |
diff --git a/content/shell/browser/shell_content_browser_client.h b/content/shell/browser/shell_content_browser_client.h |
index efbd133824d2b050f03cd5dce48a922ce2e17c07..9e10d08e480112e18a6664598288bc91a25459b7 100644 |
--- a/content/shell/browser/shell_content_browser_client.h |
+++ b/content/shell/browser/shell_content_browser_client.h |
@@ -56,7 +56,7 @@ class ShellContentBrowserClient : public ContentBrowserClient { |
void SelectClientCertificate( |
WebContents* web_contents, |
net::SSLCertRequestInfo* cert_request_info, |
- net::CertificateList client_certs, |
+ net::ClientCertIdentityList client_certs, |
std::unique_ptr<ClientCertificateDelegate> delegate) override; |
SpeechRecognitionManagerDelegate* CreateSpeechRecognitionManagerDelegate() |
override; |