| 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 758c63d9b79652466ba6a063e78108aa2dbc2ed7..542b531fb09a089ec81af73f1bc90fa7e8a6c926 100644
|
| --- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc
|
| +++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
|
| @@ -77,6 +77,10 @@
|
| #include "extensions/common/manifest.h"
|
| #endif
|
|
|
| +#if defined(ENABLE_SPELLCHECK)
|
| +#include "components/spellcheck/browser/pref_names.h"
|
| +#endif
|
| +
|
| namespace policy {
|
|
|
| namespace {
|
| @@ -357,7 +361,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
|
|
|
| #if defined(ENABLE_SPELLCHECK)
|
| { key::kSpellCheckServiceEnabled,
|
| - prefs::kSpellCheckUseSpellingService,
|
| + spellcheck::prefs::kSpellCheckUseSpellingService,
|
| base::Value::TYPE_BOOLEAN },
|
| #endif // defined(ENABLE_SPELLCHECK)
|
|
|
|
|