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 5f5a9a64dfc12604acf7586dce717dc13ae04d19..7f11ca74abdbc1e349e8a94188f611d3604e1521 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_; |