| Index: components/signin/core/browser/fake_profile_oauth2_token_service.h
|
| diff --git a/components/signin/core/browser/fake_profile_oauth2_token_service.h b/components/signin/core/browser/fake_profile_oauth2_token_service.h
|
| index 043fc9a7cdbc18e82cf709e61c532dc55405db1e..f2301fdbd8027211d9850f0ceacc5c4172992f96 100644
|
| --- a/components/signin/core/browser/fake_profile_oauth2_token_service.h
|
| +++ b/components/signin/core/browser/fake_profile_oauth2_token_service.h
|
| @@ -48,7 +48,8 @@ class FakeProfileOAuth2TokenService : public ProfileOAuth2TokenService {
|
| };
|
|
|
| FakeProfileOAuth2TokenService();
|
| - explicit FakeProfileOAuth2TokenService(OAuth2TokenServiceDelegate* delegate);
|
| + explicit FakeProfileOAuth2TokenService(
|
| + std::unique_ptr<OAuth2TokenServiceDelegate> delegate);
|
| ~FakeProfileOAuth2TokenService() override;
|
|
|
| // Gets a list of active requests (can be used by tests to validate that the
|
|
|