Chromium Code Reviews| Index: app/gfx/text_elider.cc |
| =================================================================== |
| --- app/gfx/text_elider.cc (revision 23559) |
| +++ app/gfx/text_elider.cc (working copy) |
| @@ -337,7 +337,7 @@ |
| } |
| int SortedDisplayURL::Compare(const SortedDisplayURL& other, |
| - Collator* collator) const { |
| + icu::Collator* collator) const { |
| // Compare on hosts first. The host won't contain 'www.'. |
| UErrorCode compare_status = U_ZERO_ERROR; |
| UCollationResult host_compare_result = collator->compare( |