| Index: chrome/browser/signin/android_profile_oauth2_token_service.cc
|
| diff --git a/chrome/browser/signin/android_profile_oauth2_token_service.cc b/chrome/browser/signin/android_profile_oauth2_token_service.cc
|
| index 9f8fac9134527bb9654f4c0193ea59904953a5db..673ee58438132d3320dca9e327e1761105c151d1 100644
|
| --- a/chrome/browser/signin/android_profile_oauth2_token_service.cc
|
| +++ b/chrome/browser/signin/android_profile_oauth2_token_service.cc
|
| @@ -278,7 +278,7 @@ void AndroidProfileOAuth2TokenService::ValidateAccounts(
|
| curr_ids.clear();
|
| }
|
|
|
| - ScopedBacthChange batch(this);
|
| + ScopedBatchChange batch(this);
|
|
|
| JNIEnv* env = AttachCurrentThread();
|
| ScopedJavaLocalRef<jobjectArray> java_accounts(
|
| @@ -431,7 +431,7 @@ void AndroidProfileOAuth2TokenService::FireRefreshTokensLoaded() {
|
|
|
| void AndroidProfileOAuth2TokenService::RevokeAllCredentials() {
|
| VLOG(1) << "AndroidProfileOAuth2TokenService::RevokeAllCredentials";
|
| - ScopedBacthChange batch(this);
|
| + ScopedBatchChange batch(this);
|
| std::vector<std::string> accounts = GetAccounts();
|
| for (std::vector<std::string>::iterator it = accounts.begin();
|
| it != accounts.end(); it++) {
|
|
|