| 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 28196bd398c55c2bc8e71f0f661cc75cccce830c..0972ef4065f75189fe95e0eca6119994702a72aa 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 @@
|
| // tell it we're through with the setup progress.
|
| testing::InSequence seq;
|
| EXPECT_CALL(*mock_pss_, RequestStop(ProfileSyncService::CLEAR_DATA));
|
| - EXPECT_CALL(*mock_pss_, OnSetupInProgressHandleDestroyed());
|
| + EXPECT_CALL(*mock_pss_, SetSetupInProgress(false));
|
|
|
| handler_->CloseSyncSetup();
|
| EXPECT_EQ(NULL,
|
|
|