Chromium Code Reviews| Index: ui/base/text/text_elider_unittest.cc |
| =================================================================== |
| --- ui/base/text/text_elider_unittest.cc (revision 77820) |
| +++ ui/base/text/text_elider_unittest.cc (working copy) |
| @@ -16,9 +16,6 @@ |
| namespace { |
| -// U+2026 in utf8 |
| -const char kEllipsis[] = "\xe2\x80\xa6"; |
| - |
| struct Testcase { |
| const std::string input; |
| const std::string output; |