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 634c10a79c3ae307c0106036d6d11bde99bdbec1..f66aea826e162ea2410ac065c8002f2cc33624ea 100644 |
--- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc |
+++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc |
@@ -47,6 +47,7 @@ |
#include "components/sync_driver/sync_policy_handler.h" |
#include "components/translate/core/common/translate_pref_names.h" |
#include "components/variations/pref_names.h" |
+#include "components/spellcheck/browser/pref_names.h" |
#include "policy/policy_constants.h" |
#if BUILDFLAG(ANDROID_JAVA_UI) |
@@ -359,7 +360,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = { |
#if defined(ENABLE_SPELLCHECK) |
{ key::kSpellCheckServiceEnabled, |
- prefs::kSpellCheckUseSpellingService, |
+ spellcheck::prefs::kSpellCheckUseSpellingService, |
base::Value::TYPE_BOOLEAN }, |
#endif // defined(ENABLE_SPELLCHECK) |