Index: chrome/browser/extensions/api/commands/command_service.cc |
diff --git a/chrome/browser/extensions/api/commands/command_service.cc b/chrome/browser/extensions/api/commands/command_service.cc |
index dc0c704e72d070da2ed2dfb478392b937469579f..5b431449f82f844c4531e8b5fd2ca619fd7c1ce8 100644 |
--- a/chrome/browser/extensions/api/commands/command_service.cc |
+++ b/chrome/browser/extensions/api/commands/command_service.cc |
@@ -141,8 +141,9 @@ CommandService::CommandService(content::BrowserContext* context) |
CommandService::~CommandService() { |
} |
-static base::LazyInstance<BrowserContextKeyedAPIFactory<CommandService> > |
- g_factory = LAZY_INSTANCE_INITIALIZER; |
+static base::LazyInstance< |
+ BrowserContextKeyedAPIFactory<CommandService>>::DestructorAtExit g_factory = |
+ LAZY_INSTANCE_INITIALIZER; |
// static |
BrowserContextKeyedAPIFactory<CommandService>* |