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