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