diff options
Diffstat (limited to 'chrome/browser/api/infobars/confirm_infobar_delegate.cc')
-rw-r--r-- | chrome/browser/api/infobars/confirm_infobar_delegate.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/api/infobars/confirm_infobar_delegate.cc b/chrome/browser/api/infobars/confirm_infobar_delegate.cc index fa1f6b3..620ce80 100644 --- a/chrome/browser/api/infobars/confirm_infobar_delegate.cc +++ b/chrome/browser/api/infobars/confirm_infobar_delegate.cc @@ -8,6 +8,9 @@ #include "grit/generated_resources.h" #include "ui/base/l10n/l10n_util.h" +ConfirmInfoBarDelegate::~ConfirmInfoBarDelegate() { +} + InfoBarDelegate::InfoBarAutomationType ConfirmInfoBarDelegate::GetInfoBarAutomationType() const { return CONFIRM_INFOBAR; @@ -46,9 +49,6 @@ ConfirmInfoBarDelegate::ConfirmInfoBarDelegate( : InfoBarDelegate(infobar_service) { } -ConfirmInfoBarDelegate::~ConfirmInfoBarDelegate() { -} - bool ConfirmInfoBarDelegate::EqualsDelegate(InfoBarDelegate* delegate) const { ConfirmInfoBarDelegate* confirm_delegate = delegate->AsConfirmInfoBarDelegate(); |