| Index: components/tracing/child/child_trace_message_filter.cc
|
| diff --git a/components/tracing/child/child_trace_message_filter.cc b/components/tracing/child/child_trace_message_filter.cc
|
| index 2cd76dc7b2a29242940e57591919b20ed36d828a..ce9c86f75f6ad48325a7445dc0b63e20016488eb 100644
|
| --- a/components/tracing/child/child_trace_message_filter.cc
|
| +++ b/components/tracing/child/child_trace_message_filter.cc
|
| @@ -202,7 +202,7 @@ void ChildTraceMessageFilter::OnSetUMACallback(
|
|
|
| while (!sample_iterator->Done()) {
|
| base::HistogramBase::Sample min;
|
| - base::HistogramBase::Sample max;
|
| + int64_t max;
|
| base::HistogramBase::Count count;
|
| sample_iterator->Get(&min, &max, &count);
|
|
|
|
|