Index: chrome/browser/extensions/api/autotest_private/autotest_private_api.cc |
diff --git a/chrome/browser/extensions/api/autotest_private/autotest_private_api.cc b/chrome/browser/extensions/api/autotest_private/autotest_private_api.cc |
index 3583b2074725cf78f4995758c9a290773b05cb06..bb489e1cbe43cf0fe03f0b8b81fab357e6a30fc6 100644 |
--- a/chrome/browser/extensions/api/autotest_private/autotest_private_api.cc |
+++ b/chrome/browser/extensions/api/autotest_private/autotest_private_api.cc |
@@ -378,8 +378,8 @@ AutotestPrivateGetVisibleNotificationsFunction::Run() { |
return RespondNow(OneArgument(std::move(values))); |
} |
-static base::LazyInstance<BrowserContextKeyedAPIFactory<AutotestPrivateAPI> > |
- g_factory = LAZY_INSTANCE_INITIALIZER; |
+static base::LazyInstance<BrowserContextKeyedAPIFactory<AutotestPrivateAPI>>:: |
+ DestructorAtExit g_factory = LAZY_INSTANCE_INITIALIZER; |
// static |
BrowserContextKeyedAPIFactory<AutotestPrivateAPI>* |