| 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 d871442cf610c81b35cef1a5d0ac2e1f484880cc..1ef0931d53e4bc46f4d83718c41c60bd3362fc57 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/subresource_filter/content/browser/subresource_filter_navigation_throttle.h"
|
| #include "components/translate/core/common/translate_switches.h"
|
| @@ -1627,7 +1628,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,
|
|
|