summaryrefslogtreecommitdiff
path: root/chromium/components/signin/core/browser/profile_oauth2_token_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/signin/core/browser/profile_oauth2_token_service.h')
-rw-r--r--chromium/components/signin/core/browser/profile_oauth2_token_service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/components/signin/core/browser/profile_oauth2_token_service.h b/chromium/components/signin/core/browser/profile_oauth2_token_service.h
index 199c7909ebc..fadf1417bd1 100644
--- a/chromium/components/signin/core/browser/profile_oauth2_token_service.h
+++ b/chromium/components/signin/core/browser/profile_oauth2_token_service.h
@@ -32,7 +32,8 @@ class ProfileOAuth2TokenService : public OAuth2TokenService,
public OAuth2TokenService::Observer,
public KeyedService {
public:
- ProfileOAuth2TokenService(OAuth2TokenServiceDelegate* delegate);
+ ProfileOAuth2TokenService(
+ std::unique_ptr<OAuth2TokenServiceDelegate> delegate);
~ProfileOAuth2TokenService() override;
// KeyedService implementation.