diff options
Diffstat (limited to 'chromium/components/spellcheck/browser/windows_spell_checker.h')
-rw-r--r-- | chromium/components/spellcheck/browser/windows_spell_checker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/components/spellcheck/browser/windows_spell_checker.h b/chromium/components/spellcheck/browser/windows_spell_checker.h index abfbfca58e9..e7d1d892a91 100644 --- a/chromium/components/spellcheck/browser/windows_spell_checker.h +++ b/chromium/components/spellcheck/browser/windows_spell_checker.h @@ -50,7 +50,7 @@ class WindowsSpellChecker : public PlatformSpellChecker { const base::string16& text, spellcheck_platform::TextCheckCompleteCallback callback) override; -#if BUILDFLAG(USE_WIN_HYBRID_SPELLCHECKER) +#if BUILDFLAG(USE_BROWSER_SPELLCHECKER) void GetPerLanguageSuggestions( const base::string16& word, spellcheck_platform::GetSuggestionsCallback callback); |