Index: chrome/browser/ui/startup/autolaunch_prompt_win.cc |
diff --git a/chrome/browser/ui/startup/autolaunch_prompt_win.cc b/chrome/browser/ui/startup/autolaunch_prompt_win.cc |
index dc73b29ed2e82b3d1f5e77a32ee551f4e0ebfc27..a0dc67d905f2b282a82e400856989d09fe80959a 100644 |
--- a/chrome/browser/ui/startup/autolaunch_prompt_win.cc |
+++ b/chrome/browser/ui/startup/autolaunch_prompt_win.cc |
@@ -71,8 +71,8 @@ class AutolaunchInfoBarDelegate : public ConfirmInfoBarDelegate { |
void AutolaunchInfoBarDelegate::Create(InfoBarService* infobar_service, |
Profile* profile) { |
infobar_service->AddInfoBar(ConfirmInfoBarDelegate::CreateInfoBar( |
- scoped_ptr<ConfirmInfoBarDelegate>( |
- new AutolaunchInfoBarDelegate(profile)))); |
+ infobar_service, scoped_ptr<ConfirmInfoBarDelegate>( |
+ new AutolaunchInfoBarDelegate(profile)))); |
} |
AutolaunchInfoBarDelegate::AutolaunchInfoBarDelegate( |