| Index: chrome/browser/signin/easy_unlock_service_unittest_chromeos.cc
|
| diff --git a/chrome/browser/signin/easy_unlock_service_unittest_chromeos.cc b/chrome/browser/signin/easy_unlock_service_unittest_chromeos.cc
|
| index 363101355c2b4bf0a21943be38ccbf4069ed572a..3d3f30839ebaf43e273bd50eb50cdb0efea20ead 100644
|
| --- a/chrome/browser/signin/easy_unlock_service_unittest_chromeos.cc
|
| +++ b/chrome/browser/signin/easy_unlock_service_unittest_chromeos.cc
|
| @@ -235,8 +235,8 @@ class EasyUnlockServiceTest : public testing::Test {
|
| }
|
|
|
| void SetEasyUnlockAllowedPolicy(bool allowed) {
|
| - profile_->GetTestingPrefService()->SetManagedPref(
|
| - prefs::kEasyUnlockAllowed, new base::FundamentalValue(allowed));
|
| + profile_->GetTestingPrefService()->SetManagedPref(prefs::kEasyUnlockAllowed,
|
| + new base::Value(allowed));
|
| }
|
|
|
| void set_is_bluetooth_adapter_present(bool is_present) {
|
|
|