Index: chrome/browser/extensions/extension_commands_global_registry.cc |
diff --git a/chrome/browser/extensions/extension_commands_global_registry.cc b/chrome/browser/extensions/extension_commands_global_registry.cc |
index f43caa1dc4d7c01517d99f5e09ce3708d4b3a6e1..f0b0f72eaad0e39b3c0d13b5afc6a1e316735b65 100644 |
--- a/chrome/browser/extensions/extension_commands_global_registry.cc |
+++ b/chrome/browser/extensions/extension_commands_global_registry.cc |
@@ -35,8 +35,8 @@ ExtensionCommandsGlobalRegistry::~ExtensionCommandsGlobalRegistry() { |
} |
} |
-static base::LazyInstance< |
- BrowserContextKeyedAPIFactory<ExtensionCommandsGlobalRegistry> > g_factory = |
+static base::LazyInstance<BrowserContextKeyedAPIFactory< |
+ ExtensionCommandsGlobalRegistry>>::DestructorAtExit g_factory = |
LAZY_INSTANCE_INITIALIZER; |
// static |