| Index: chrome/browser/performance_monitor/performance_monitor.cc
|
| diff --git a/chrome/browser/performance_monitor/performance_monitor.cc b/chrome/browser/performance_monitor/performance_monitor.cc
|
| index 6c26e4a99e8a14e457318a839972417ad7c7417d..d360c68db0b4e30ab58c29037e2550cc20a20221 100644
|
| --- a/chrome/browser/performance_monitor/performance_monitor.cc
|
| +++ b/chrome/browser/performance_monitor/performance_monitor.cc
|
| @@ -35,7 +35,8 @@ namespace {
|
| // collections.
|
| const int kGatherIntervalInSeconds = 120;
|
|
|
| -base::LazyInstance<PerformanceMonitor> g_monitor = LAZY_INSTANCE_INITIALIZER;
|
| +base::LazyInstance<PerformanceMonitor>::DestructorAtExit g_monitor =
|
| + LAZY_INSTANCE_INITIALIZER;
|
|
|
| void GatherMetricsForRenderProcess(content::RenderProcessHost* host,
|
| ProcessMetricsMetadata* data) {
|
|
|