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

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

Issue 148513010: Eliminate ProfileOAuth2TokenService being a BCKS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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.h
diff --git a/chrome/browser/signin/android_profile_oauth2_token_service.h b/chrome/browser/signin/android_profile_oauth2_token_service.h
index 44876b2cfe95193960c7cf6a3f4c60f465a1eede..716846b3097c5ce0ae7daf456fb16bc957b9a180 100644
--- a/chrome/browser/signin/android_profile_oauth2_token_service.h
+++ b/chrome/browser/signin/android_profile_oauth2_token_service.h
@@ -68,7 +68,7 @@ class AndroidProfileOAuth2TokenService : public ProfileOAuth2TokenService {
virtual void FireRefreshTokensLoadedFromJava(JNIEnv* env, jobject obj);
protected:
- friend class ProfileOAuth2TokenServiceFactory;
+ friend class ProfileOAuth2TokenServiceWrapperImpl;
blundell 2014/02/10 16:19:16 Alternatively, perhaps I should just make these cl
Roger Tawa OOO till Jul 10th 2014/02/10 19:49:13 In a non-BCKS world, like iOS, will the ctor need
blundell 2014/02/13 16:07:06 Well the Android one won't need to be public to me
AndroidProfileOAuth2TokenService();
virtual ~AndroidProfileOAuth2TokenService();

Powered by Google App Engine
This is Rietveld 408576698