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 7d9a79c56c57e3af47367fced9316bf4a4976b4b..80ad741fa0b12392162dc0d6f3e174591cd9f894 100644 |
--- a/chrome/browser/sync/profile_sync_service_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_unittest.cc |
@@ -359,7 +359,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()); |