| Index: chrome/browser/infobars/confirm_infobar_delegate.h
|
| diff --git a/chrome/browser/infobars/confirm_infobar_delegate.h b/chrome/browser/infobars/confirm_infobar_delegate.h
|
| index ce904613e91dfa527a90b7ef1a61eaf64dd35a70..931af74474d24c45dae5cc669b1569b00cfaf51e 100644
|
| --- a/chrome/browser/infobars/confirm_infobar_delegate.h
|
| +++ b/chrome/browser/infobars/confirm_infobar_delegate.h
|
| @@ -67,8 +67,8 @@ class ConfirmInfoBarDelegate : public InfoBarDelegate {
|
| static scoped_ptr<InfoBar> CreateInfoBar(
|
| scoped_ptr<ConfirmInfoBarDelegate> delegate);
|
|
|
| - virtual bool ShouldExpireInternal(
|
| - const content::LoadCommittedDetails& details) const OVERRIDE;
|
| + virtual bool ShouldExpireInternal(const NavigationDetails& details) const
|
| + OVERRIDE;
|
|
|
| private:
|
| // InfoBarDelegate:
|
|
|