Index: extensions/browser/api/system_info/system_info_api.cc |
diff --git a/extensions/browser/api/system_info/system_info_api.cc b/extensions/browser/api/system_info/system_info_api.cc |
index 163439116301ee938548cebb92f4254215e5d9eb..bec8c337597c794773eafb483ac62935b28f5972 100644 |
--- a/extensions/browser/api/system_info/system_info_api.cc |
+++ b/extensions/browser/api/system_info/system_info_api.cc |
@@ -224,8 +224,9 @@ void RemoveEventListener(const std::string& event_name) { |
} // namespace |
-static base::LazyInstance<BrowserContextKeyedAPIFactory<SystemInfoAPI> > |
- g_factory = LAZY_INSTANCE_INITIALIZER; |
+static base::LazyInstance< |
+ BrowserContextKeyedAPIFactory<SystemInfoAPI>>::DestructorAtExit g_factory = |
+ LAZY_INSTANCE_INITIALIZER; |
// static |
BrowserContextKeyedAPIFactory<SystemInfoAPI>* |