| Index: chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_startup_unittest.cc b/chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
| index 90434a2c934548a5849ed740460e1b68daaae7a8..b5f36982586dcbbfa5a9bf2a5bc335f53d3a9bdc 100644
|
| --- a/chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
| @@ -166,7 +166,9 @@ class ProfileSyncServiceStartupTest : public testing::Test {
|
| fake_signin()->SignIn("test_user@gmail.com", "");
|
| #else
|
| fake_signin()->SetAuthenticatedUsername("test_user@gmail.com");
|
| - sync_->GoogleSigninSucceeded("test_user@gmail.com", "");
|
| + sync_->GoogleSigninSucceeded("test_user@gmail.com",
|
| + "test_user@gmail.com",
|
| + "");
|
| #endif
|
| }
|
|
|
|
|