| 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 99993bde467a3414bb3082beecee7eee83cf7eae..8b98d309d689cfbaf4ca58c8f480daed0d484902 100644
|
| --- a/chrome/browser/extensions/api/commands/command_service.cc
|
| +++ b/chrome/browser/extensions/api/commands/command_service.cc
|
| @@ -127,7 +127,7 @@ g_factory = LAZY_INSTANCE_INITIALIZER;
|
|
|
| // static
|
| ProfileKeyedAPIFactory<CommandService>* CommandService::GetFactoryInstance() {
|
| - return &g_factory.Get();
|
| + return g_factory.Pointer();
|
| }
|
|
|
| // static
|
|
|