Index: chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
index b2d88c2990ee06ffd739c77e387b12cc7b877a01..49c49ea4a0158f326ef9b00f9b8f22847d8ddbd9 100644 |
--- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
@@ -563,7 +563,7 @@ class ProfileSyncServiceAutofillTest |
AbstractAutofillFactory* factory = GetFactory(type); |
SigninManagerBase* signin = |
SigninManagerFactory::GetForProfile(profile_.get()); |
- signin->SetAuthenticatedUsername("test_user"); |
+ signin->SetAuthenticatedUsername("test_user@gmail.com"); |
sync_service_ = static_cast<TestProfileSyncService*>( |
ProfileSyncServiceFactory::GetInstance()->SetTestingFactoryAndUse( |
profile_.get(), &TestProfileSyncService::BuildAutoStartAsyncInit)); |