| Index: chrome/browser/sync/test/integration/profile_sync_service_harness.cc | 
| diff --git a/chrome/browser/sync/test/integration/profile_sync_service_harness.cc b/chrome/browser/sync/test/integration/profile_sync_service_harness.cc | 
| index d3d942e84b1c69944ee75d93ce6cc494d9bd2aae..f145e72d2a1b3bf105ca3833edf3dd4f5aadc3c7 100644 | 
| --- a/chrome/browser/sync/test/integration/profile_sync_service_harness.cc | 
| +++ b/chrome/browser/sync/test/integration/profile_sync_service_harness.cc | 
| @@ -160,7 +160,7 @@ bool ProfileSyncServiceHarness::SetupSync( | 
|  | 
| // Authenticate sync client using GAIA credentials. | 
| service()->signin()->SetAuthenticatedUsername(username_); | 
| -  service()->GoogleSigninSucceeded(username_, password_); | 
| +  service()->GoogleSigninSucceeded(username_, username_, password_); | 
|  | 
| #if defined(ENABLE_MANAGED_USERS) | 
| std::string account_id = profile_->IsSupervised() ? | 
|  |