| Index: components/policy/core/common/generate_policy_source_unittest.cc
|
| diff --git a/components/policy/core/common/generate_policy_source_unittest.cc b/components/policy/core/common/generate_policy_source_unittest.cc
|
| index f20ce6298a27a6c343220af4f82326be349660f4..87738a8108861a4776cbb7576461204dd739cd05 100644
|
| --- a/components/policy/core/common/generate_policy_source_unittest.cc
|
| +++ b/components/policy/core/common/generate_policy_source_unittest.cc
|
| @@ -220,8 +220,7 @@ TEST(GeneratePolicySource, SetEnterpriseDefaults) {
|
| // If policy already configured, it's not changed to enterprise defaults.
|
| policy_map.Set(key::kChromeOsMultiProfileUserBehavior, POLICY_LEVEL_MANDATORY,
|
| POLICY_SCOPE_USER, POLICY_SOURCE_CLOUD,
|
| - base::WrapUnique(new base::StringValue("test_value")),
|
| - nullptr);
|
| + base::MakeUnique<base::StringValue>("test_value"), nullptr);
|
| SetEnterpriseUsersDefaults(&policy_map);
|
| multiprof_behavior =
|
| policy_map.GetValue(key::kChromeOsMultiProfileUserBehavior);
|
|
|