| Index: chrome/browser/api/infobars/confirm_infobar_delegate.h
|
| diff --git a/chrome/browser/api/infobars/confirm_infobar_delegate.h b/chrome/browser/api/infobars/confirm_infobar_delegate.h
|
| index e793bd7c18d0596ae950c93b6148b2ea34cd1fe3..ec71000a2b74df758c0c44fd50b2cb104cb004a3 100644
|
| --- a/chrome/browser/api/infobars/confirm_infobar_delegate.h
|
| +++ b/chrome/browser/api/infobars/confirm_infobar_delegate.h
|
| @@ -58,7 +58,7 @@ class ConfirmInfoBarDelegate : public InfoBarDelegate {
|
| virtual bool LinkClicked(WindowOpenDisposition disposition);
|
|
|
| protected:
|
| - explicit ConfirmInfoBarDelegate(InfoBarTabHelper* infobar_helper);
|
| + explicit ConfirmInfoBarDelegate(InfoBarTabService* infobar_service);
|
| virtual ~ConfirmInfoBarDelegate();
|
|
|
| virtual bool ShouldExpireInternal(
|
| @@ -66,7 +66,7 @@ class ConfirmInfoBarDelegate : public InfoBarDelegate {
|
|
|
| private:
|
| // InfoBarDelegate:
|
| - virtual InfoBar* CreateInfoBar(InfoBarTabHelper* owner) OVERRIDE;
|
| + virtual InfoBar* CreateInfoBar(InfoBarTabService* owner) OVERRIDE;
|
| virtual bool EqualsDelegate(InfoBarDelegate* delegate) const OVERRIDE;
|
| virtual ConfirmInfoBarDelegate* AsConfirmInfoBarDelegate() OVERRIDE;
|
|
|
|
|