| Index: components/metrics/metrics_service.cc
|
| diff --git a/components/metrics/metrics_service.cc b/components/metrics/metrics_service.cc
|
| index c3ef7ec71d8dd9b69774d8c46a4a1ebb4196c61a..b44b4eb3b57bbeee5227da588f451a3c85ad0467 100644
|
| --- a/components/metrics/metrics_service.cc
|
| +++ b/components/metrics/metrics_service.cc
|
| @@ -747,7 +747,7 @@ void MetricsService::CloseCurrentLog() {
|
| // If a persistent allocator is in use, update its internal histograms (such
|
| // as how much memory is being used) before reporting.
|
| base::PersistentHistogramAllocator* allocator =
|
| - base::PersistentHistogramAllocator::GetGlobalAllocator();
|
| + base::GlobalHistogramAllocator::Get();
|
| if (allocator)
|
| allocator->UpdateTrackingHistograms();
|
|
|
|
|