diff options
Diffstat (limited to 'chrome/browser/sync/profile_sync_service_mock.cc')
-rw-r--r-- | chrome/browser/sync/profile_sync_service_mock.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/profile_sync_service_mock.cc b/chrome/browser/sync/profile_sync_service_mock.cc index 1bdcc4d..343c793 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; } |