Index: extensions/browser/api/runtime/runtime_api.cc |
diff --git a/extensions/browser/api/runtime/runtime_api.cc b/extensions/browser/api/runtime/runtime_api.cc |
index bb4a1f742c4389cb6e9ee79f90ec5f8dcfa71ddb..6fa8494f95225ecd67116d75eec40f7db63e1d5e 100644 |
--- a/extensions/browser/api/runtime/runtime_api.cc |
+++ b/extensions/browser/api/runtime/runtime_api.cc |
@@ -170,8 +170,9 @@ std::string GetUninstallURL(ExtensionPrefs* prefs, |
/////////////////////////////////////////////////////////////////////////////// |
-static base::LazyInstance<BrowserContextKeyedAPIFactory<RuntimeAPI> > |
- g_factory = LAZY_INSTANCE_INITIALIZER; |
+static base::LazyInstance< |
+ BrowserContextKeyedAPIFactory<RuntimeAPI>>::DestructorAtExit g_factory = |
+ LAZY_INSTANCE_INITIALIZER; |
// static |
BrowserContextKeyedAPIFactory<RuntimeAPI>* RuntimeAPI::GetFactoryInstance() { |