| Index: components/autofill/core/common/autofill_l10n_util.h
|
| diff --git a/components/autofill/core/common/autofill_l10n_util.h b/components/autofill/core/common/autofill_l10n_util.h
|
| index 9cc2ec958c03623e75d1affe7151dcc07d05fcbf..626bd4fbe4ce82a730bbf010174a3e5e64826baa 100644
|
| --- a/components/autofill/core/common/autofill_l10n_util.h
|
| +++ b/components/autofill/core/common/autofill_l10n_util.h
|
| @@ -12,7 +12,7 @@ namespace l10n {
|
|
|
| // Obtains the ICU Collator for this locale. If unsuccessful, attempts to return
|
| // the ICU collator for the English locale. If unsuccessful, returns null.
|
| -icu::Collator* GetCollatorForLocale(const icu::Locale& locale);
|
| +scoped_ptr<icu::Collator> GetCollatorForLocale(const icu::Locale& locale);
|
|
|
| // Assists with locale-aware case insensitive string comparisons.
|
| class CaseInsensitiveCompare {
|
|
|