Index: base/debug/crash_logging.cc |
diff --git a/base/debug/crash_logging.cc b/base/debug/crash_logging.cc |
index 058b476800da3a65bd35f3b6cb2f804533986e26..f9b44490d4bd7165deb75ea066ea7ee6718a6688 100644 |
--- a/base/debug/crash_logging.cc |
+++ b/base/debug/crash_logging.cc |
@@ -119,7 +119,7 @@ |
hex_backtrace.push_back(s); |
} |
- value = base::JoinString(hex_backtrace, " "); |
+ value = JoinString(hex_backtrace, ' '); |
// Warn if this exceeds the breakpad limits. |
DCHECK_LE(value.length(), kBreakpadValueMax); |