Chromium Code Reviews| Index: net/cert/x509_cert_types_win.cc |
| diff --git a/net/cert/x509_cert_types_win.cc b/net/cert/x509_cert_types_win.cc |
| index d99362cb921e0725aeb22c4af132359ae2329203..8d9a25a67421e47060525cd0fc5edd3128997381 100644 |
| --- a/net/cert/x509_cert_types_win.cc |
| +++ b/net/cert/x509_cert_types_win.cc |
| @@ -54,7 +54,7 @@ bool GetAttributeValue(PCERT_RDN_ATTR attribute, |
| if (chars_written <= 1) |
| return false; |
| wide_name.resize(chars_written - 1); |
| - *value = WideToUTF8(wide_name); |
| + *value = base::WideToUTF8(wide_name); |
| return true; |
| } |