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"); |
Nicolas Zea
2015/04/10 20:15:28
In the other test we set these to the same value.
Roger Tawa OOO till Jul 10th
2015/04/11 00:23:08
The gaia id and email are just strings, and nowher
|
return profile; |
} |