| Index: chrome/browser/extensions/api/identity/experimental_identity_apitest.cc
|
| diff --git a/chrome/browser/extensions/api/identity/experimental_identity_apitest.cc b/chrome/browser/extensions/api/identity/experimental_identity_apitest.cc
|
| index 33b60c41ca321a8f560eeeb07b3ccc20dea2d2b9..eb9553aecb69ce2e80cdf5784f0c0ebf45377a66 100644
|
| --- a/chrome/browser/extensions/api/identity/experimental_identity_apitest.cc
|
| +++ b/chrome/browser/extensions/api/identity/experimental_identity_apitest.cc
|
| @@ -177,7 +177,7 @@ class TestOAuth2MintTokenFlow : public OAuth2MintTokenFlow {
|
| OAuth2MintTokenFlow::Delegate* delegate_;
|
| };
|
|
|
| -ProfileKeyedService* IdentityAPITestFactory(Profile* profile) {
|
| +BrowserContextKeyedService* IdentityAPITestFactory(Profile* profile) {
|
| return new IdentityAPI(profile);
|
| }
|
|
|
|
|