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 23377036c27f5ea89276efcbe9b3f74f85ee4928..056fb125b181bcd1d4a27a37dddf4c6f23095394 100644 |
--- a/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc |
+++ b/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc |
@@ -220,7 +220,7 @@ GURL SpellcheckHunspellDictionary::GetDictionaryURL() { |
DCHECK(!bdict_file.empty()); |
return GURL(std::string(kDownloadServerUrl) + |
- StringToLowerASCII(bdict_file)); |
+ base::StringToLowerASCII(bdict_file)); |
} |
void SpellcheckHunspellDictionary::DownloadDictionary(GURL url) { |