| Index: chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| diff --git a/chrome/browser/policy/configuration_policy_pref_store_unittest.cc b/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| index 2f962d5d5e68267c648aab435d01656e5a371918..a2e6e47fc12725fc0afef3b229045ded803dd8a7 100644
|
| --- a/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| +++ b/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| @@ -18,6 +18,7 @@
|
| #include "chrome/browser/prefs/incognito_mode_prefs.h"
|
| #include "chrome/common/content_settings.h"
|
| #include "chrome/common/pref_names.h"
|
| +#include "components/policy/core/common/policy_pref_names.h"
|
| #include "policy/policy_constants.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| @@ -354,7 +355,7 @@ INSTANTIATE_TEST_CASE_P(
|
| PolicyAndPref(key::kMediaCacheSize,
|
| prefs::kMediaCacheSize),
|
| PolicyAndPref(key::kPolicyRefreshRate,
|
| - prefs::kUserPolicyRefreshRate),
|
| + policy_prefs::kUserPolicyRefreshRate),
|
| PolicyAndPref(key::kMaxConnectionsPerProxy,
|
| prefs::kMaxConnectionsPerProxy)));
|
|
|
|
|