| Index: ui/base/text/text_elider.h
|
| diff --git a/ui/base/text/text_elider.h b/ui/base/text/text_elider.h
|
| index c3cf2157445c7c52a7f953a9e4628fb936d632a6..62b4d0cf079dc0c2471f7df78a0d62ac83e72f38 100644
|
| --- a/ui/base/text/text_elider.h
|
| +++ b/ui/base/text/text_elider.h
|
| @@ -26,6 +26,7 @@ class FilePath;
|
| namespace ui {
|
|
|
| UI_EXPORT extern const char kEllipsis[];
|
| +UI_EXPORT extern const char16 kEllipsisUTF16[];
|
|
|
| // Elides a well-formed email address (e.g. username@domain.com) to fit into
|
| // |available_pixel_width| using the specified |font|.
|
|
|