| Index: chrome/installer/setup/installer_state.cc
|
| diff --git a/chrome/installer/setup/installer_state.cc b/chrome/installer/setup/installer_state.cc
|
| index bcc13797be86be7e5c3527ebc30f46f2e47de5b9..0578dbea3e69522a3f899433939e7729058e77e2 100644
|
| --- a/chrome/installer/setup/installer_state.cc
|
| +++ b/chrome/installer/setup/installer_state.cc
|
| @@ -12,6 +12,7 @@
|
| #include "base/command_line.h"
|
| #include "base/files/file_util.h"
|
| #include "base/win/registry.h"
|
| +#include "chrome/install_static/install_modes.h"
|
| #include "chrome/installer/setup/setup_util.h"
|
| #include "chrome/installer/util/app_registration_data.h"
|
| #include "chrome/installer/util/google_update_settings.h"
|
| @@ -315,7 +316,7 @@ void InstallerState::WriteInstallerResult(
|
| // for success, the binaries have been uninstalled and therefore the result
|
| // will not be read by Google Update.
|
| InstallUtil::AddInstallerResultItems(
|
| - system_install, MakeBinariesRegistrationData()->GetStateKey(), status,
|
| + system_install, install_static::GetBinariesClientStateKeyPath(), status,
|
| string_resource_id, launch_cmd, install_list.get());
|
| #endif
|
| }
|
|
|