| Index: chrome/browser/extensions/api/profile_keyed_api_factory.h
|
| diff --git a/chrome/browser/extensions/api/profile_keyed_api_factory.h b/chrome/browser/extensions/api/profile_keyed_api_factory.h
|
| index 46c27f8a39e5ef57bf40dce1cde90f42b4f685bd..25eda6758ba5ec30e2d227c3d6be0ad3ede322c0 100644
|
| --- a/chrome/browser/extensions/api/profile_keyed_api_factory.h
|
| +++ b/chrome/browser/extensions/api/profile_keyed_api_factory.h
|
| @@ -49,7 +49,7 @@ class ProfileKeyedAPI : public BrowserContextKeyedService {
|
| // // static
|
| // ProfileKeyedAPIFactory<ProcessesAPI>*
|
| // ProcessesAPI::GetFactoryInstance() {
|
| - // return &g_factory.Get();
|
| + // return g_factory.Pointer();
|
| // }
|
| };
|
|
|
|
|