| 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;
|
| AndroidProfileOAuth2TokenService();
|
| virtual ~AndroidProfileOAuth2TokenService();
|
|
|
|
|