diff options
Diffstat (limited to 'chrome/browser/autofill/autofill_cc_infobar_delegate.h')
-rw-r--r-- | chrome/browser/autofill/autofill_cc_infobar_delegate.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/browser/autofill/autofill_cc_infobar_delegate.h b/chrome/browser/autofill/autofill_cc_infobar_delegate.h index fce8616..a853c89 100644 --- a/chrome/browser/autofill/autofill_cc_infobar_delegate.h +++ b/chrome/browser/autofill/autofill_cc_infobar_delegate.h @@ -17,10 +17,6 @@ class CreditCard; class PersonalDataManager; -namespace content { -struct LoadCommittedDetails; -} - namespace autofill { // An InfoBar delegate that enables the user to allow or deny storing credit @@ -54,7 +50,7 @@ class AutofillCCInfoBarDelegate : public ConfirmInfoBarDelegate { virtual int GetIconID() const OVERRIDE; virtual Type GetInfoBarType() const OVERRIDE; virtual bool ShouldExpireInternal( - const content::LoadCommittedDetails& details) const OVERRIDE; + const NavigationDetails& details) const OVERRIDE; virtual base::string16 GetMessageText() const OVERRIDE; virtual base::string16 GetButtonLabel(InfoBarButton button) const OVERRIDE; virtual bool Accept() OVERRIDE; |