diff options
Diffstat (limited to 'chrome/browser/autofill/autofill_cc_infobar_delegate.h')
-rw-r--r-- | chrome/browser/autofill/autofill_cc_infobar_delegate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autofill/autofill_cc_infobar_delegate.h b/chrome/browser/autofill/autofill_cc_infobar_delegate.h index 1ff3576..a686b93 100644 --- a/chrome/browser/autofill/autofill_cc_infobar_delegate.h +++ b/chrome/browser/autofill/autofill_cc_infobar_delegate.h @@ -32,7 +32,7 @@ class AutofillCCInfoBarDelegate : public ConfirmInfoBarDelegate { private: virtual ~AutofillCCInfoBarDelegate(); - void LogUserAction(AutofillMetrics::CreditCardInfoBarMetric user_action); + void LogUserAction(AutofillMetrics::InfoBarMetric user_action); // ConfirmInfoBarDelegate: virtual bool ShouldExpire( |