| Index: chrome/browser/infobars/confirm_infobar_delegate.cc
|
| ===================================================================
|
| --- chrome/browser/infobars/confirm_infobar_delegate.cc (revision 238220)
|
| +++ chrome/browser/infobars/confirm_infobar_delegate.cc (working copy)
|
| @@ -44,9 +44,8 @@
|
| return true;
|
| }
|
|
|
| -ConfirmInfoBarDelegate::ConfirmInfoBarDelegate(
|
| - InfoBarService* infobar_service)
|
| - : InfoBarDelegate(infobar_service) {
|
| +ConfirmInfoBarDelegate::ConfirmInfoBarDelegate()
|
| + : InfoBarDelegate() {
|
| }
|
|
|
| bool ConfirmInfoBarDelegate::ShouldExpireInternal(
|
|
|