Index: chrome/browser/chromeos/boot_times_recorder.cc |
diff --git a/chrome/browser/chromeos/boot_times_recorder.cc b/chrome/browser/chromeos/boot_times_recorder.cc |
index 0d5cd760fc5387d71bfafb115a9ff9adeca3737a..55a826d97e0af93abc4a11240545a457e5a95403 100644 |
--- a/chrome/browser/chromeos/boot_times_recorder.cc |
+++ b/chrome/browser/chromeos/boot_times_recorder.cc |
@@ -137,8 +137,8 @@ static const base::FilePath::CharType kLoginTimes[] = FPL("login-times"); |
// Name of file collecting logout times. |
static const char kLogoutTimes[] = "logout-times"; |
-static base::LazyInstance<BootTimesRecorder> g_boot_times_recorder = |
- LAZY_INSTANCE_INITIALIZER; |
+static base::LazyInstance<BootTimesRecorder>::DestructorAtExit |
+ g_boot_times_recorder = LAZY_INSTANCE_INITIALIZER; |
// static |
BootTimesRecorder::Stats BootTimesRecorder::Stats::GetCurrentStats() { |