| Index: ui/base/l10n/l10n_util.h
|
| diff --git a/ui/base/l10n/l10n_util.h b/ui/base/l10n/l10n_util.h
|
| index e2cb27d5c9c1efbc77315df8353ecf8c91b3e08d..d36407e88deeac08ffd863664e41383459a653e0 100644
|
| --- a/ui/base/l10n/l10n_util.h
|
| +++ b/ui/base/l10n/l10n_util.h
|
| @@ -20,8 +20,7 @@
|
|
|
| namespace l10n_util {
|
|
|
| -// The same as base::i18n::GetCanonicalLocale(const char*), but takes
|
| -// std::string as an argument.
|
| +// Convert the ICU canonicalized locale to a string.
|
| UI_BASE_EXPORT std::string GetCanonicalLocale(const std::string& locale);
|
|
|
| // Takes normalized locale as |locale|. Returns language part (before '-').
|
|
|