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