Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(679)

Unified Diff: components/signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.h

Issue 2121083004: Upstream ProfileOAuth2TokenServiceProviderImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Style nits Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.h
diff --git a/components/signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.h b/components/signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.h
index d262a28fa3fbcd6120a9df2d0839199514eaa21d..ed5c5a152bf9053e6d9bd7ce3739e91259d3a791 100644
--- a/components/signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.h
+++ b/components/signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.h
@@ -14,7 +14,7 @@ class FakeProfileOAuth2TokenServiceIOSDelegate
public:
FakeProfileOAuth2TokenServiceIOSDelegate(
SigninClient* client,
- ProfileOAuth2TokenServiceIOSProvider* provider,
+ std::unique_ptr<ProfileOAuth2TokenServiceIOSProvider> provider,
AccountTrackerService* account_tracker_service,
SigninErrorController* signin_error_controller);
~FakeProfileOAuth2TokenServiceIOSDelegate() override;
« no previous file with comments | « no previous file | components/signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698