| Index: chrome/app/breakpad_mac.mm
|
| diff --git a/chrome/app/breakpad_mac.mm b/chrome/app/breakpad_mac.mm
|
| index fdc918d26648c5730e41a57fa240b23c288cd0df..1d701de20ee49e577e6400c45d08a63b99120fc6 100644
|
| --- a/chrome/app/breakpad_mac.mm
|
| +++ b/chrome/app/breakpad_mac.mm
|
| @@ -134,8 +134,8 @@ void InitCrashReporter() {
|
|
|
| if (!is_browser) {
|
| // Get the guid from the command line switch.
|
| - std::string guid = WideToASCII(
|
| - command_line->GetSwitchValue(switches::kEnableCrashReporter));
|
| + std::string guid =
|
| + command_line->GetSwitchValueASCII(switches::kEnableCrashReporter);
|
| child_process_logging::SetClientId(guid);
|
| }
|
| }
|
|
|