Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(674)

Unified Diff: trunk/src/chrome/browser/sync/profile_sync_service_autofill_unittest.cc

Issue 17610004: Revert 208315 "Make use of InvalidationService" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: trunk/src/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
===================================================================
--- trunk/src/chrome/browser/sync/profile_sync_service_autofill_unittest.cc (revision 208346)
+++ trunk/src/chrome/browser/sync/profile_sync_service_autofill_unittest.cc (working copy)
@@ -565,7 +565,7 @@
AbstractAutofillFactory* factory = GetFactory(type);
SigninManagerBase* signin =
SigninManagerFactory::GetForProfile(profile_.get());
- signin->SetAuthenticatedUsername("test_user@gmail.com");
+ signin->SetAuthenticatedUsername("test_user");
sync_service_ = static_cast<TestProfileSyncService*>(
ProfileSyncServiceFactory::GetInstance()->SetTestingFactoryAndUse(
profile_.get(), &TestProfileSyncService::BuildAutoStartAsyncInit));
« no previous file with comments | « trunk/src/chrome/browser/sync/profile_sync_service.cc ('k') | trunk/src/chrome/browser/sync/profile_sync_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698