| Index: base/i18n/string_compare.h
|
| diff --git a/base/i18n/string_compare.h b/base/i18n/string_compare.h
|
| index 158c93bd65b16d53f28d9f5dabfa57d022e04abd..5fcc5feaede5ac88dc0af73e69b4e13061b9e16a 100644
|
| --- a/base/i18n/string_compare.h
|
| +++ b/base/i18n/string_compare.h
|
| @@ -17,10 +17,10 @@ namespace base {
|
| namespace i18n {
|
|
|
| // Compares the two strings using the specified collator.
|
| -BASE_I18N_EXPORT UCollationResult CompareString16WithCollator(
|
| - const icu::Collator* collator,
|
| - const string16& lhs,
|
| - const string16& rhs);
|
| +BASE_I18N_EXPORT UCollationResult
|
| +CompareString16WithCollator(const icu::Collator& collator,
|
| + const string16& lhs,
|
| + const string16& rhs);
|
|
|
| } // namespace i18n
|
| } // namespace base
|
|
|