| Index: chrome/browser/tab_contents/tab_contents_ssl_helper.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents_ssl_helper.cc b/chrome/browser/tab_contents/tab_contents_ssl_helper.cc
|
| index c900302a93cd25536cf921036c9c636e1f6f6561..cdd558e20cf08537df3539569b6cf4708562fece 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_ssl_helper.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents_ssl_helper.cc
|
| @@ -195,7 +195,7 @@ void TabContentsSSLHelper::ShowClientCertificateRequestDialog(
|
| const net::HttpNetworkSession* network_session,
|
| net::SSLCertRequestInfo* cert_request_info,
|
| const base::Callback<void(net::X509Certificate*)>& callback) {
|
| - browser::ShowSSLClientCertificateSelector(
|
| + chrome::ShowSSLClientCertificateSelector(
|
| tab_contents_, network_session, cert_request_info, callback);
|
| }
|
|
|
|
|