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

Unified Diff: chrome/browser/signin/android_profile_oauth2_token_service.cc

Issue 16173008: Reland 203015 "Add ManagedUserTokenFetcher to fetch scoped-down ..." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 7 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
Index: chrome/browser/signin/android_profile_oauth2_token_service.cc
diff --git a/chrome/browser/signin/android_profile_oauth2_token_service.cc b/chrome/browser/signin/android_profile_oauth2_token_service.cc
index 698ee44a8db344925625a217779e6a6e2e869ade..c01318553341eb9c3079b2ae07a8d42b42d89f20 100644
--- a/chrome/browser/signin/android_profile_oauth2_token_service.cc
+++ b/chrome/browser/signin/android_profile_oauth2_token_service.cc
@@ -33,7 +33,7 @@ scoped_ptr<OAuth2TokenService::Request>
ProfileSyncServiceAndroid::GetProfileSyncServiceAndroid();
sync_service->FetchOAuth2Token(
scope_list.front(),
- base::Bind(&OAuth2TokenService::InformConsumer,
+ base::Bind(&RequestImpl::InformConsumer,
request->AsWeakPtr()));
return request.PassAs<Request>();
}

Powered by Google App Engine
This is Rietveld 408576698