| Index: chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_startup_unittest.cc b/chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
| index 260e44dd61b3f281a36fad6523daf178a1f1b0ba..90434a2c934548a5849ed740460e1b68daaae7a8 100644
|
| --- a/chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
| @@ -215,7 +215,7 @@ class ProfileSyncServiceStartupCrosTest : public ProfileSyncServiceStartupTest {
|
| signin->SetAuthenticatedUsername("test_user@gmail.com");
|
| ProfileOAuth2TokenService* oauth2_token_service =
|
| ProfileOAuth2TokenServiceFactory::GetForProfile(profile);
|
| - EXPECT_FALSE(signin->GetAuthenticatedUsername().empty());
|
| + EXPECT_TRUE(signin->IsAuthenticated());
|
| return new TestProfileSyncServiceNoBackup(
|
| scoped_ptr<ProfileSyncComponentsFactory>(
|
| new ProfileSyncComponentsFactoryMock()),
|
|
|