| Index: chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_apitest_nss.cc
|
| diff --git a/chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_apitest_nss.cc b/chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_apitest_nss.cc
|
| index ff92450ee32d7434c8df25757f7b758577b97f57..efad4402d9e32351682d9fcd0b50eb0331a7b5d3 100644
|
| --- a/chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_apitest_nss.cc
|
| +++ b/chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_apitest_nss.cc
|
| @@ -15,6 +15,7 @@
|
| #include "components/policy/core/browser/browser_policy_connector.h"
|
| #include "components/policy/core/common/mock_configuration_policy_provider.h"
|
| #include "components/policy/core/common/policy_map.h"
|
| +#include "components/policy/core/common/policy_types.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "content/public/test/test_utils.h"
|
| @@ -303,6 +304,7 @@ class EnterprisePlatformKeysTest
|
| policy.Set(policy::key::kExtensionInstallForcelist,
|
| policy::POLICY_LEVEL_MANDATORY,
|
| policy::POLICY_SCOPE_MACHINE,
|
| + policy::POLICY_SOURCE_CLOUD,
|
| forcelist.release(),
|
| NULL);
|
|
|
|
|