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 f364eaf0401e73e5025d6e1d942542cb55e16332..1936e9dc19b23bb969120169a758fb901279fc1d 100644 |
--- a/chrome/browser/chromeos/login/online_attempt.cc |
+++ b/chrome/browser/chromeos/login/online_attempt.cc |
@@ -63,6 +63,7 @@ void OnlineAttempt::Initiate(Profile* auth_profile) { |
new GaiaOAuthFetcher(this, |
auth_profile->GetRequestContext(), |
auth_profile, |
+ GaiaConstants::kSyncService, |
kServiceScopeChromeOS)); |
} else { |
client_fetcher_.reset( |