| Index: chrome/browser/policy/configuration_policy_handler_list_factory.cc
|
| diff --git a/chrome/browser/policy/configuration_policy_handler_list_factory.cc b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
|
| index ee95e77d8a9d058eb2f0cfc0268fad8cf497b759..2321a7ad3a426918f088d37071390201ec3c900c 100644
|
| --- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc
|
| +++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
|
| @@ -48,6 +48,10 @@
|
| #include "chrome/browser/download/download_dir_policy_handler.h"
|
| #endif
|
|
|
| +#if !defined(OS_MACOSX) && !defined(OS_IOS)
|
| +#include "apps/pref_names.h"
|
| +#endif
|
| +
|
| #if defined(ENABLE_EXTENSIONS)
|
| #include "chrome/browser/extensions/api/messaging/native_messaging_policy_handler.h"
|
| #include "chrome/browser/extensions/policy_handlers.h"
|
| @@ -369,7 +373,7 @@
|
| base::Value::TYPE_BOOLEAN },
|
| #if defined(ENABLE_EXTENSIONS)
|
| { key::kFullscreenAllowed,
|
| - extensions::pref_names::kAppFullscreenAllowed,
|
| + apps::prefs::kAppFullscreenAllowed,
|
| base::Value::TYPE_BOOLEAN },
|
| #endif // defined(ENABLE_EXTENSIONS)
|
| #endif // !defined(OS_MACOSX) && !defined(OS_IOS)
|
|
|