Index: chrome/browser/sync/profile_sync_service_mock.cc |
diff --git a/chrome/browser/sync/profile_sync_service_mock.cc b/chrome/browser/sync/profile_sync_service_mock.cc |
index 1bdcc4dd1fb10e569443ba6323c62b8f129da520..343c79348b0485baf40abe529235e223f7b88fa6 100644 |
--- a/chrome/browser/sync/profile_sync_service_mock.cc |
+++ b/chrome/browser/sync/profile_sync_service_mock.cc |
@@ -47,7 +47,7 @@ ProfileSyncServiceMock::~ProfileSyncServiceMock() { |
TestingProfile* ProfileSyncServiceMock::MakeSignedInTestingProfile() { |
TestingProfile* profile = new TestingProfile(); |
SigninManagerFactory::GetForProfile(profile)-> |
- SetAuthenticatedUsername("foo"); |
+ SetAuthenticatedAccountInfo("12345", "foo"); |
return profile; |
} |