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 d6d4a87edb5126561eff745c5f6c0caf296a06e4..a878536d2f7b21d42fdde3623e48309644ee8203 100644 |
--- a/chrome/browser/signin/android_profile_oauth2_token_service.h |
+++ b/chrome/browser/signin/android_profile_oauth2_token_service.h |
@@ -111,6 +111,7 @@ class AndroidProfileOAuth2TokenService : public ProfileOAuth2TokenService { |
// Called to notify observers when refresh tokans have been loaded. |
virtual void FireRefreshTokensLoaded() override; |
+ private: |
// Return whether |signed_in_account| is valid and we have access |
// to all the tokens in |curr_account_ids|. If |force_notifications| is true, |
// TokenAvailable notifications will be sent anyway, even if the account was |
@@ -122,7 +123,6 @@ class AndroidProfileOAuth2TokenService : public ProfileOAuth2TokenService { |
std::vector<std::string>& revoked_ids, |
bool force_notifications); |
- private: |
base::android::ScopedJavaGlobalRef<jobject> java_ref_; |
static bool is_testing_profile_; |