| Index: net/cert/cert_verify_proc_win.cc
|
| diff --git a/net/cert/cert_verify_proc_win.cc b/net/cert/cert_verify_proc_win.cc
|
| index 29885eac18f29f407a7961194ed1b177a05ac225..0639b3d597d603932c4561a0c5d13847a1e6ef1d 100644
|
| --- a/net/cert/cert_verify_proc_win.cc
|
| +++ b/net/cert/cert_verify_proc_win.cc
|
| @@ -722,7 +722,7 @@ int CertVerifyProcWin::VerifyInternal(
|
| if (CertSubjectCommonNameHasNull(cert_handle))
|
| verify_result->cert_status |= CERT_STATUS_INVALID;
|
|
|
| - std::wstring wstr_hostname = ASCIIToWide(hostname);
|
| + std::wstring wstr_hostname = base::ASCIIToWide(hostname);
|
|
|
| SSL_EXTRA_CERT_CHAIN_POLICY_PARA extra_policy_para;
|
| memset(&extra_policy_para, 0, sizeof(extra_policy_para));
|
|
|