Index: chrome/browser/chromeos/login/online_attempt.cc |
=================================================================== |
--- chrome/browser/chromeos/login/online_attempt.cc (revision 177312) |
+++ chrome/browser/chromeos/login/online_attempt.cc (working copy) |
@@ -171,7 +171,7 @@ |
GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS)); |
} else { |
oauth_fetcher_->StartOAuthLogin(GaiaConstants::kChromeOSSource, |
- GaiaConstants::kPicasaService, |
+ GaiaConstants::kSyncService, |
attempt_->oauth1_access_token(), |
attempt_->oauth1_access_secret()); |
} |
@@ -179,7 +179,7 @@ |
client_fetcher_->StartClientLogin( |
attempt_->username, |
attempt_->password, |
- GaiaConstants::kPicasaService, |
+ GaiaConstants::kSyncService, |
attempt_->login_token, |
attempt_->login_captcha, |
attempt_->hosted_policy()); |