Index: chrome/browser/api/infobars/confirm_infobar_delegate.cc |
diff --git a/chrome/browser/api/infobars/confirm_infobar_delegate.cc b/chrome/browser/api/infobars/confirm_infobar_delegate.cc |
index 294446688adb37929297cc3923d3fa1e47fceb3a..963687d40d43c5626c586135857e08ab6d2158a7 100644 |
--- a/chrome/browser/api/infobars/confirm_infobar_delegate.cc |
+++ b/chrome/browser/api/infobars/confirm_infobar_delegate.cc |
@@ -41,8 +41,9 @@ bool ConfirmInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) { |
return true; |
} |
-ConfirmInfoBarDelegate::ConfirmInfoBarDelegate(InfoBarTabHelper* infobar_helper) |
- : InfoBarDelegate(infobar_helper) { |
+ConfirmInfoBarDelegate::ConfirmInfoBarDelegate( |
+ InfoBarTabService* infobar_service) |
+ : InfoBarDelegate(infobar_service) { |
} |
ConfirmInfoBarDelegate::~ConfirmInfoBarDelegate() { |