Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2883)

Unified Diff: base/i18n/string_compare.h

Issue 1124763003: Update from https://crrev.com/327068 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: update nacl, buildtools, fix display_change_notifier_unittest Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « base/i18n/icu_util.cc ('k') | base/i18n/string_compare.cc » ('j') | mojo/public/tools/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698