| Index: chrome/installer/util/google_update_settings_unittest.cc
|
| diff --git a/chrome/installer/util/google_update_settings_unittest.cc b/chrome/installer/util/google_update_settings_unittest.cc
|
| index aed09d5df6e2f8e57877a8ed3d529efcff73e2cb..ffedf510154b03b1d12276be558ac0838891d248 100644
|
| --- a/chrome/installer/util/google_update_settings_unittest.cc
|
| +++ b/chrome/installer/util/google_update_settings_unittest.cc
|
| @@ -441,7 +441,8 @@ TEST_F(GoogleUpdateSettingsTest, SetEULAConsent) {
|
| BrowserDistribution::CHROME_BROWSER);
|
|
|
| // eulaconsent is set on both the product and the binaries.
|
| - EXPECT_TRUE(GoogleUpdateSettings::SetEULAConsent(machine_state, true));
|
| + EXPECT_TRUE(GoogleUpdateSettings::SetEULAConsent(machine_state, chrome,
|
| + true));
|
| EXPECT_EQ(ERROR_SUCCESS,
|
| key.Open(HKEY_LOCAL_MACHINE, binaries->GetStateMediumKey().c_str(),
|
| KEY_QUERY_VALUE));
|
|
|