Merge "metricsd: Fix upload service to compile with new libchrome version"

This commit is contained in:
Alex Vakulenko 2016-03-21 15:43:32 +00:00 committed by Gerrit Code Review
commit 5b8ab65123

View file

@ -183,6 +183,7 @@ void UploadService::GatherHistograms() {
base::StatisticsRecorder::GetHistograms(&histograms);
histogram_snapshot_manager_.PrepareDeltas(
histograms.begin(), histograms.end(),
base::Histogram::kNoFlags, base::Histogram::kUmaTargetedHistogramFlag);
// Gather and reset the crash counters, shared with the binder threads.