Chromium Code Reviews| Index: chrome/common/child_process_logging_posix.cc |
| =================================================================== |
| --- chrome/common/child_process_logging_posix.cc (revision 184354) |
| +++ chrome/common/child_process_logging_posix.cc (working copy) |
| @@ -72,7 +72,7 @@ |
| return; |
| base::strlcpy(g_client_id, str.c_str(), kClientIdSize); |
| - std::wstring wstr = base::ASCIIToWide(str); |
| + std::wstring wstr = ASCIIToWide(str); |
| GoogleUpdateSettings::SetMetricsId(wstr); |
| } |