diff options
Diffstat (limited to 'base/trace_event/trace_event_impl.cc')
-rw-r--r-- | base/trace_event/trace_event_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/trace_event/trace_event_impl.cc b/base/trace_event/trace_event_impl.cc index f01a888..cd8cf4a 100644 --- a/base/trace_event/trace_event_impl.cc +++ b/base/trace_event/trace_event_impl.cc @@ -2352,7 +2352,7 @@ void TraceLog::AddMetadataEventsWhileLocked() { InitializeMetadataEvent(AddEventToThreadSharedChunkWhileLocked(NULL, false), current_thread_id, "process_labels", "labels", - JoinString(labels, ',')); + base::JoinString(labels, ",")); } // Thread sort indices. |