Chromium Code Reviews| 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(); |