| Index: chrome/browser/spellcheck_worditerator.cc
|
| ===================================================================
|
| --- chrome/browser/spellcheck_worditerator.cc (revision 19621)
|
| +++ chrome/browser/spellcheck_worditerator.cc (working copy)
|
| @@ -60,8 +60,7 @@
|
| // Sets the default language for this object.
|
| // This function retrieves the exemplar set to set up the default character
|
| // attributes.
|
| -void SpellcheckCharAttribute::SetDefaultLanguage(
|
| - const SpellChecker::Language& language) {
|
| +void SpellcheckCharAttribute::SetDefaultLanguage(const std::string& language) {
|
| UErrorCode status = U_ZERO_ERROR;
|
| ULocaleData* locale_data = ulocdata_open(language.c_str(), &status);
|
| if (U_FAILURE(status))
|
|
|