| Index: base/trace_event/trace_event_impl.cc
|
| diff --git a/base/trace_event/trace_event_impl.cc b/base/trace_event/trace_event_impl.cc
|
| index cd8cf4aa90c46e7167682715b3a8f91618dfbd97..f01a8880400f3ed55bfe1e0196965d9f301b03b9 100644
|
| --- a/base/trace_event/trace_event_impl.cc
|
| +++ b/base/trace_event/trace_event_impl.cc
|
| @@ -2352,7 +2352,7 @@
|
| InitializeMetadataEvent(AddEventToThreadSharedChunkWhileLocked(NULL, false),
|
| current_thread_id,
|
| "process_labels", "labels",
|
| - base::JoinString(labels, ","));
|
| + JoinString(labels, ','));
|
| }
|
|
|
| // Thread sort indices.
|
|
|