| Index: chrome/browser/sync/profile_sync_service_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_unittest.cc b/chrome/browser/sync/profile_sync_service_unittest.cc
|
| index 406bfe368edee81d6ce309952db7ef672bd6406b..44a50b89504bc5ca2da027d927aa90d0c3c85381 100644
|
| --- a/chrome/browser/sync/profile_sync_service_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_unittest.cc
|
| @@ -363,7 +363,7 @@ TEST_F(ProfileSyncServiceTest, TestStartupWithOldSyncData) {
|
| ASSERT_NE(-1,
|
| file_util::WriteFile(sync_file3, nonsense3, strlen(nonsense3)));
|
|
|
| - harness_.StartSyncServiceAndSetInitialSyncEnded(false, false, true, false,
|
| + harness_.StartSyncServiceAndSetInitialSyncEnded(true, false, true, false,
|
| syncer::STORAGE_ON_DISK);
|
| EXPECT_FALSE(harness_.service->HasSyncSetupCompleted());
|
| EXPECT_FALSE(harness_.service->sync_initialized());
|
|
|