| Index: chrome/common/child_process_logging_win.cc
|
| diff --git a/chrome/common/child_process_logging_win.cc b/chrome/common/child_process_logging_win.cc
|
| index 37a8d3e06048d8841186ad8f0bc821e633ceceb6..9571701ed575f00917369c59d71a358ed1552c17 100644
|
| --- a/chrome/common/child_process_logging_win.cc
|
| +++ b/chrome/common/child_process_logging_win.cc
|
| @@ -74,7 +74,7 @@ void Init() {
|
| scoped_ptr<metrics::ClientInfo> client_info =
|
| GoogleUpdateSettings::LoadMetricsClientInfo();
|
| if (client_info)
|
| - crash_keys::SetCrashClientIdFromGUID(client_info->client_id);
|
| + crash_keys::SetMetricsClientIdFromGUID(client_info->client_id);
|
| }
|
|
|
| } // namespace child_process_logging
|
|
|