| Index: ceee/ie/common/ceee_module_util.cc
|
| ===================================================================
|
| --- ceee/ie/common/ceee_module_util.cc (revision 72381)
|
| +++ ceee/ie/common/ceee_module_util.cc (working copy)
|
| @@ -303,7 +303,7 @@
|
| if (key.ReadValueDW(google_update::kRegUsageStatsField, &value) !=
|
| ERROR_SUCCESS) {
|
| base::win::RegKey hklm_key(HKEY_LOCAL_MACHINE, reg_path.c_str(), KEY_READ);
|
| - key.ReadValueDW(google_update::kRegUsageStatsField, &value);
|
| + hklm_key.ReadValueDW(google_update::kRegUsageStatsField, &value);
|
| }
|
|
|
| return (1 == value);
|
|
|