| 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 0a2e36663e87acb5428097f33c412da26a238dcd..2171023e6abcb300c59aa610e3d02a7cc1b09a97 100644
|
| --- a/chrome/browser/extensions/api/identity/identity_api.cc
|
| +++ b/chrome/browser/extensions/api/identity/identity_api.cc
|
| @@ -760,7 +760,7 @@ void IdentityAPI::OnAccountSignInChanged(const AccountIds& ids,
|
|
|
| template <>
|
| void ProfileKeyedAPIFactory<IdentityAPI>::DeclareFactoryDependencies() {
|
| - DependsOn(ExtensionSystemFactory::GetInstance());
|
| + DependsOn(ExtensionsBrowserClient::Get()->GetExtensionSystemFactory());
|
| DependsOn(ProfileOAuth2TokenServiceFactory::GetInstance());
|
| }
|
|
|
|
|