Index: chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc |
diff --git a/chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc b/chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc |
index 0972ef4065f75189fe95e0eca6119994702a72aa..28196bd398c55c2bc8e71f0f661cc75cccce830c 100644 |
--- a/chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc |
+++ b/chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc |
@@ -441,7 +441,7 @@ TEST_F(SyncSetupHandlerTest, |
// tell it we're through with the setup progress. |
testing::InSequence seq; |
EXPECT_CALL(*mock_pss_, RequestStop(ProfileSyncService::CLEAR_DATA)); |
- EXPECT_CALL(*mock_pss_, SetSetupInProgress(false)); |
+ EXPECT_CALL(*mock_pss_, OnSetupInProgressHandleDestroyed()); |
handler_->CloseSyncSetup(); |
EXPECT_EQ(NULL, |