| Index: chrome/browser/app_controller_mac_unittest.mm
|
| diff --git a/chrome/browser/app_controller_mac_unittest.mm b/chrome/browser/app_controller_mac_unittest.mm
|
| index 470cfec28b5fa3abff502af9537a9f4f0c0f292c..17f051dd6f851a85ec4743adb3f9ccd9861f00bd 100644
|
| --- a/chrome/browser/app_controller_mac_unittest.mm
|
| +++ b/chrome/browser/app_controller_mac_unittest.mm
|
| @@ -86,7 +86,8 @@ TEST_F(AppControllerTest, LastProfile) {
|
|
|
| // Delete the active profile.
|
| profile_manager_.profile_manager()->ScheduleProfileForDeletion(
|
| - dest_path1, ProfileManager::CreateCallback());
|
| + dest_path1, false /* suppress_profile_creation */,
|
| + ProfileManager::CreateCallback());
|
|
|
| base::RunLoop().RunUntilIdle();
|
|
|
|
|