Index: chrome/common/child_process_logging_mac.mm |
=================================================================== |
--- chrome/common/child_process_logging_mac.mm (revision 184354) |
+++ chrome/common/child_process_logging_mac.mm (working copy) |
@@ -95,7 +95,7 @@ |
base::strlcpy(g_client_id, str.c_str(), kClientIdSize); |
SetClientIdImpl(str, SetCrashKeyValue); |
- std::wstring wstr = base::ASCIIToWide(str); |
+ std::wstring wstr = ASCIIToWide(str); |
GoogleUpdateSettings::SetMetricsId(wstr); |
} |