| Index: chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
|
| diff --git a/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc b/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
|
| index 9a538d42aa772204fca679f0bd8d9b4b8eab0b3c..5463f407bb852f446939f7046da8341dba15d2c8 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
|
| +++ b/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
|
| @@ -228,7 +228,7 @@ GURL SpellcheckHunspellDictionary::GetDictionaryURL() {
|
| DCHECK(!bdict_file.empty());
|
|
|
| return GURL(std::string(kDownloadServerUrl) +
|
| - base::StringToLowerASCII(bdict_file));
|
| + base::ToLowerASCII(bdict_file));
|
| }
|
|
|
| void SpellcheckHunspellDictionary::DownloadDictionary(GURL url) {
|
|
|