| Index: chrome/common/child_process_logging_posix.cc
|
| diff --git a/chrome/common/child_process_logging_posix.cc b/chrome/common/child_process_logging_posix.cc
|
| index 39544b0686814a16b9350b9b575b00822c3be812..03ae3716a659a63815059955c9f17f78e0b75109 100644
|
| --- a/chrome/common/child_process_logging_posix.cc
|
| +++ b/chrome/common/child_process_logging_posix.cc
|
| @@ -72,7 +72,7 @@ void SetClientId(const std::string& client_id) {
|
| return;
|
|
|
| base::strlcpy(g_client_id, str.c_str(), kClientIdSize);
|
| - std::wstring wstr = ASCIIToWide(str);
|
| + std::wstring wstr = base::ASCIIToWide(str);
|
| GoogleUpdateSettings::SetMetricsId(wstr);
|
| }
|
|
|
|
|