Index: chrome/browser/chrome_content_browser_client.cc |
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc |
index 3db8ffcf93b9f72ec2566445f896cd012b3901ac..8a753cd28e6ada23ea5ee57587b9f1d76021c126 100644 |
--- a/chrome/browser/chrome_content_browser_client.cc |
+++ b/chrome/browser/chrome_content_browser_client.cc |
@@ -131,6 +131,7 @@ |
#include "components/rappor/rappor_utils.h" |
#include "components/security_interstitials/core/ssl_error_ui.h" |
#include "components/signin/core/common/profile_management_switches.h" |
+#include "components/spellcheck/common/spellcheck_switches.h" |
#include "components/startup_metric_utils/browser/startup_metric_host_impl.h" |
#include "components/translate/core/common/translate_switches.h" |
#include "components/url_formatter/url_fixer.h" |
@@ -1633,7 +1634,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches( |
switches::kDisableJavaScriptHarmonyShipping, |
switches::kDisableNewBookmarkApps, |
#if defined(ENABLE_SPELLCHECK) && defined(OS_ANDROID) |
- switches::kEnableAndroidSpellChecker, |
+ spellcheck::switches::kEnableAndroidSpellChecker, |
#endif |
switches::kEnableBenchmarking, |
switches::kEnableNaCl, |