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 453e2057452cc00e67faa4134991a7a12bc6d0e7..24c5b7e68cf4da7041ede4c9825c20a730f12ce2 100644 |
--- a/chrome/browser/extensions/extension_commands_global_registry.cc |
+++ b/chrome/browser/extensions/extension_commands_global_registry.cc |
@@ -35,7 +35,7 @@ g_factory = LAZY_INSTANCE_INITIALIZER; |
// static |
ProfileKeyedAPIFactory<ExtensionCommandsGlobalRegistry>* |
ExtensionCommandsGlobalRegistry::GetFactoryInstance() { |
- return &g_factory.Get(); |
+ return g_factory.Pointer(); |
} |
// static |