| 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 b2fc56445fac8e7b2417f0f2cd4ba78d0d193509..110ff8a6d7a5ab853ca8f24b6b7671629e8ec384 100644
|
| --- a/chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
| @@ -159,7 +159,7 @@ class ProfileSyncServiceStartupCrosTest : public ProfileSyncServiceStartupTest {
|
| SigninManagerBase* signin =
|
| SigninManagerFactory::GetForProfile(profile);
|
| profile->GetPrefs()->SetString(prefs::kGoogleServicesUsername,
|
| - "test_user");
|
| + "test_user@gmail.com");
|
| signin->Initialize(profile, NULL);
|
| EXPECT_FALSE(signin->GetAuthenticatedUsername().empty());
|
| return new TestProfileSyncService(
|
|
|