| Index: chrome/installer/util/registry_test_data.cc
|
| diff --git a/chrome/installer/util/registry_test_data.cc b/chrome/installer/util/registry_test_data.cc
|
| index b28596af72511fbefed8e59ee9d25e2c5738f7cc..8407c04c4628e40bac24cd42d3415858c0001578 100644
|
| --- a/chrome/installer/util/registry_test_data.cc
|
| +++ b/chrome/installer/util/registry_test_data.cc
|
| @@ -90,7 +90,7 @@ void RegistryTestData::ExpectMatchesNonEmptyKey(HKEY root_key,
|
| EXPECT_EQ(non_empty_key_path_, str_value);
|
| EXPECT_EQ(ERROR_SUCCESS, key.OpenKey(L"Subkey", KEY_READ));
|
| DWORD dw_value = 0;
|
| - EXPECT_EQ(ERROR_SUCCESS, key.ReadValueDW(L"SomeValue", &dw_value));
|
| + EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(L"SomeValue", &dw_value));
|
| EXPECT_EQ(1UL, dw_value);
|
| }
|
|
|
|
|