| 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 cce8965bd30dab6776f74797049374d8c99c5cd6..d18f0514961bc7ce93a93213d6cf19486e5e044d 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
|
| }
|
|
|
|
|