| Index: chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/sync/profile_sync_service_startup_unittest.cc (revision 112644)
|
| +++ chrome/browser/sync/profile_sync_service_startup_unittest.cc (working copy)
|
| @@ -124,6 +124,8 @@
|
| service_->OnUserSubmittedAuth("test_user", "", "", "");
|
| profile_->GetTokenService()->IssueAuthTokenForTest(
|
| GaiaConstants::kSyncService, "sync_token");
|
| + profile_->GetTokenService()->IssueAuthTokenForTest(
|
| + GaiaConstants::kGaiaOAuth2LoginRefreshToken, "oauth2_login_token");
|
|
|
| syncable::ModelTypeSet set;
|
| set.insert(syncable::BOOKMARKS);
|
|
|