Chromium Code Reviews| Index: ash/system/chromeos/tray_display.cc |
| diff --git a/ash/system/chromeos/tray_display.cc b/ash/system/chromeos/tray_display.cc |
| index 3df79272b9f2efa4880a931ef96130dec8613fa6..a5907f9a323c5f377aa4c0f4fcb50528323a81f1 100644 |
| --- a/ash/system/chromeos/tray_display.cc |
| +++ b/ash/system/chromeos/tray_display.cc |
| @@ -107,7 +107,7 @@ |
| lines.push_back(GetDisplayInfoLine(id)); |
| } |
| - return base::JoinString(lines, base::ASCIIToUTF16("\n")); |
| + return JoinString(lines, '\n'); |
| } |
| void OpenSettings() { |