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 12601b2840121c32417a2d22313ca13e8b8bb633..97f8114dafc64f3dfd2ef556d147112e38880d7b 100644 |
--- a/chrome/browser/sync/profile_sync_service_startup_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_startup_unittest.cc |
@@ -158,7 +158,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( |