| Index: chrome/installer/util/scoped_user_protocol_entry_unittest.cc
|
| diff --git a/chrome/installer/util/scoped_user_protocol_entry_unittest.cc b/chrome/installer/util/scoped_user_protocol_entry_unittest.cc
|
| index cae95c37c368a73188bc4860ed678697f5e581ee..bf308376c156898f94f75e70c598ff1f6acc57c0 100644
|
| --- a/chrome/installer/util/scoped_user_protocol_entry_unittest.cc
|
| +++ b/chrome/installer/util/scoped_user_protocol_entry_unittest.cc
|
| @@ -37,7 +37,7 @@ class ScopedUserProtocolEntryTest : public testing::Test {
|
|
|
| void CreateScopedUserProtocolEntryAndVerifyRegistryValue(
|
| const base::string16& expected_entry_value) {
|
| - entry_ = base::WrapUnique(new ScopedUserProtocolEntry());
|
| + entry_ = base::WrapUnique(new ScopedUserProtocolEntry(L"http"));
|
| ASSERT_TRUE(RegistryEntry(kProtocolEntryKeyPath, kProtocolEntryName,
|
| expected_entry_value)
|
| .ExistsInRegistry(RegistryEntry::LOOK_IN_HKCU));
|
|
|