| Index: chrome/browser/extensions/api/identity/identity_api.cc
|
| diff --git a/chrome/browser/extensions/api/identity/identity_api.cc b/chrome/browser/extensions/api/identity/identity_api.cc
|
| index 22d05914f5784b0186866085b40ad90213011931..a9aab8dee8abac84e5ba38943c48f3bba3230354 100644
|
| --- a/chrome/browser/extensions/api/identity/identity_api.cc
|
| +++ b/chrome/browser/extensions/api/identity/identity_api.cc
|
| @@ -730,7 +730,7 @@ static base::LazyInstance<ProfileKeyedAPIFactory<IdentityAPI> >
|
|
|
| // static
|
| ProfileKeyedAPIFactory<IdentityAPI>* IdentityAPI::GetFactoryInstance() {
|
| - return &g_factory.Get();
|
| + return g_factory.Pointer();
|
| }
|
|
|
| void IdentityAPI::OnAccountAdded(const AccountIds& ids) {}
|
|
|