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..9ed360e429b4161d5a48583a04f393f9de454f02 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|. |