Index: components/autofill/core/browser/autofill_cc_infobar_delegate.cc |
diff --git a/components/autofill/core/browser/autofill_cc_infobar_delegate.cc b/components/autofill/core/browser/autofill_cc_infobar_delegate.cc |
index 1f2bd3581ccfabb8d4f0330fe426599a0137eacb..50cab56fd28d2ba0468d2501cb095d5d5dd3300d 100644 |
--- a/components/autofill/core/browser/autofill_cc_infobar_delegate.cc |
+++ b/components/autofill/core/browser/autofill_cc_infobar_delegate.cc |
@@ -51,17 +51,17 @@ void AutofillCCInfoBarDelegate::LogUserAction( |
had_user_interaction_ = true; |
} |
-void AutofillCCInfoBarDelegate::InfoBarDismissed() { |
- LogUserAction(AutofillMetrics::INFOBAR_DENIED); |
+infobars::InfoBarDelegate::Type |
+AutofillCCInfoBarDelegate::GetInfoBarType() const { |
+ return PAGE_ACTION_TYPE; |
} |
int AutofillCCInfoBarDelegate::GetIconID() const { |
return IDR_INFOBAR_AUTOFILL_CC; |
} |
-infobars::InfoBarDelegate::Type AutofillCCInfoBarDelegate::GetInfoBarType() |
- const { |
- return PAGE_ACTION_TYPE; |
+void AutofillCCInfoBarDelegate::InfoBarDismissed() { |
+ LogUserAction(AutofillMetrics::INFOBAR_DENIED); |
} |
bool AutofillCCInfoBarDelegate::ShouldExpireInternal( |