| Index: components/autofill/core/browser/autofill_manager.h
|
| diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h
|
| index 77a7823e1291fc257c5cdd22645d98e1b3c520d6..6cd5169106ace95ce565509c76a0a9fd97fa1678 100644
|
| --- a/components/autofill/core/browser/autofill_manager.h
|
| +++ b/components/autofill/core/browser/autofill_manager.h
|
| @@ -371,8 +371,8 @@ class AutofillManager : public AutofillDownloadManager::Observer,
|
| // A copy of the credit card that's currently being unmasked, and data about
|
| // the form.
|
| CreditCard unmasking_card_;
|
| - // CVC is not part of CreditCard, so store it separately.
|
| - base::string16 unmasking_cvc_;
|
| + // A copy of the latest card unmasking response.
|
| + UnmaskResponse unmask_response_;
|
| int unmasking_query_id_;
|
| FormData unmasking_form_;
|
| FormFieldData unmasking_field_;
|
|
|