| Index: chrome/browser/chromeos/login/online_attempt.cc
|
| diff --git a/chrome/browser/chromeos/login/online_attempt.cc b/chrome/browser/chromeos/login/online_attempt.cc
|
| index 221c883dab3b6deac3666e06d569c241ff00166a..f48917e28498e715d97881cec63f1ea0d3778fd1 100644
|
| --- a/chrome/browser/chromeos/login/online_attempt.cc
|
| +++ b/chrome/browser/chromeos/login/online_attempt.cc
|
| @@ -171,7 +171,7 @@ void OnlineAttempt::TryClientLogin() {
|
| 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 @@ void OnlineAttempt::TryClientLogin() {
|
| client_fetcher_->StartClientLogin(
|
| attempt_->username,
|
| attempt_->password,
|
| - GaiaConstants::kPicasaService,
|
| + GaiaConstants::kSyncService,
|
| attempt_->login_token,
|
| attempt_->login_captcha,
|
| attempt_->hosted_policy());
|
|
|