Index: components/autofill/core/browser/autofill_client.h |
diff --git a/components/autofill/core/browser/autofill_client.h b/components/autofill/core/browser/autofill_client.h |
index e99a28e8fdd5b546e86155aeff171e68095a54ab..8cba62ca32fb199c1716b3601bec057aee62582a 100644 |
--- a/components/autofill/core/browser/autofill_client.h |
+++ b/components/autofill/core/browser/autofill_client.h |
@@ -79,7 +79,6 @@ class AutofillClient { |
// Run |save_card_callback| if the credit card should be imported as personal |
// data. |metric_logger| can be used to log user actions. |
virtual void ConfirmSaveCreditCard( |
- const AutofillMetrics& metric_logger, |
const base::Closure& save_card_callback) = 0; |
// Returns true if both the platform and the device support scanning credit |