| Index: chrome/browser/spellchecker/spellcheck_hunspell_dictionary.h
|
| diff --git a/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.h b/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.h
|
| index 92f6b52eaca91bf299e1c15b0865ea7dffa9c7bc..2a37a55f92b20635989871e90a82d249fa159074 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.h
|
| +++ b/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.h
|
| @@ -138,7 +138,7 @@ class SpellcheckHunspellDictionary
|
| std::string language_;
|
|
|
| // Whether to use the platform spellchecker instead of Hunspell.
|
| - bool use_platform_spellchecker_;
|
| + bool use_browser_spellchecker_;
|
|
|
| // Used for downloading the dictionary file. SpellcheckHunspellDictionary does
|
| // not hold a reference, and it is only valid to use it on the UI thread.
|
|
|