| Index: chrome/browser/policy/config_dir_policy_provider_unittest.cc
|
| diff --git a/chrome/browser/policy/config_dir_policy_provider_unittest.cc b/chrome/browser/policy/config_dir_policy_provider_unittest.cc
|
| index bc7733942eee49593293912f71e645a38c4fc5cc..923f3e93644cc27e6a5121679181c082d2f498bc 100644
|
| --- a/chrome/browser/policy/config_dir_policy_provider_unittest.cc
|
| +++ b/chrome/browser/policy/config_dir_policy_provider_unittest.cc
|
| @@ -329,7 +329,10 @@ INSTANTIATE_TEST_CASE_P(
|
| key::kPrintingEnabled),
|
| ValueTestParams::ForIntegerPolicy(
|
| kPolicyPolicyRefreshRate,
|
| - key::kPolicyRefreshRate),
|
| + key::kDevicePolicyRefreshRate),
|
| + ValueTestParams::ForIntegerPolicy(
|
| + kPolicyPolicyRefreshRate,
|
| + key::kUserPolicyRefreshRate),
|
| ValueTestParams::ForBooleanPolicy(
|
| kPolicyInstantEnabled,
|
| key::kInstantEnabled),
|
|
|