| Index: chrome/browser/google/google_update_settings_posix.cc
|
| ===================================================================
|
| --- chrome/browser/google/google_update_settings_posix.cc (revision 184354)
|
| +++ chrome/browser/google/google_update_settings_posix.cc (working copy)
|
| @@ -65,7 +65,7 @@
|
| return false;
|
|
|
| // Since user has consented, write the metrics id to the file.
|
| - google_update::posix_guid() = base::WideToASCII(client_id);
|
| + google_update::posix_guid() = WideToASCII(client_id);
|
| return GoogleUpdateSettings::SetCollectStatsConsent(true);
|
| }
|
|
|
|
|