Index: chrome/test/logging/win/test_log_collector.cc |
diff --git a/chrome/test/logging/win/test_log_collector.cc b/chrome/test/logging/win/test_log_collector.cc |
index 6df07384fe9cbf22557f655cd7486921f684e241..ba564b73b37cf661e259e62641f44fcada7ace0c 100644 |
--- a/chrome/test/logging/win/test_log_collector.cc |
+++ b/chrome/test/logging/win/test_log_collector.cc |
@@ -149,7 +149,7 @@ class TestLogCollector { |
DISALLOW_COPY_AND_ASSIGN(TestLogCollector); |
}; |
-base::LazyInstance<TestLogCollector> g_test_log_collector = |
+base::LazyInstance<TestLogCollector>::DestructorAtExit g_test_log_collector = |
LAZY_INSTANCE_INITIALIZER; |
// TestLogCollector::EventListener implementation |