Index: chrome/installer/util/google_update_settings.cc |
=================================================================== |
--- chrome/installer/util/google_update_settings.cc (revision 184354) |
+++ chrome/installer/util/google_update_settings.cc (working copy) |
@@ -609,7 +609,7 @@ |
(clientstate.ReadValue(google_update::kRegVersionField, |
&version) == ERROR_SUCCESS)) { |
product_found = true; |
- data->version = base::WideToASCII(version); |
+ data->version = WideToASCII(version); |
data->last_success = base::Time::FromTimeT(dword_value); |
data->last_result = 0; |
data->last_error_code = 0; |