| Index: chrome/browser/password_manager/save_password_infobar_delegate.h
|
| diff --git a/chrome/browser/password_manager/save_password_infobar_delegate.h b/chrome/browser/password_manager/save_password_infobar_delegate.h
|
| index bd420c7960ce26e5ba5dba299729246b05fe5065..69f1a986a0c53523c0a4b45155349cadc44c82bb 100644
|
| --- a/chrome/browser/password_manager/save_password_infobar_delegate.h
|
| +++ b/chrome/browser/password_manager/save_password_infobar_delegate.h
|
| @@ -60,8 +60,7 @@ class SavePasswordInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| scoped_ptr<SavePasswordInfoBarDelegate> delegate);
|
|
|
| // InfoBarDelegate
|
| - virtual bool ShouldExpire(const content::LoadCommittedDetails& details)
|
| - const OVERRIDE;
|
| + virtual bool ShouldExpire(const NavigationDetails& details) const OVERRIDE;
|
|
|
| // ConfirmInfoBarDelegate
|
| virtual int GetIconID() const OVERRIDE;
|
|
|