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