| Index: components/autofill/core/browser/card_unmask_delegate.cc
|
| diff --git a/components/autofill/core/browser/card_unmask_delegate.cc b/components/autofill/core/browser/card_unmask_delegate.cc
|
| index cb785d44689cb9b321025972c4e82a95fa573a3b..f22bbb1ce779cfe57d447991dd31b98e11e059ab 100644
|
| --- a/components/autofill/core/browser/card_unmask_delegate.cc
|
| +++ b/components/autofill/core/browser/card_unmask_delegate.cc
|
| @@ -9,6 +9,9 @@ namespace autofill {
|
| CardUnmaskDelegate::UnmaskResponse::UnmaskResponse()
|
| : should_store_pan(false) {}
|
|
|
| +CardUnmaskDelegate::UnmaskResponse::UnmaskResponse(
|
| + const UnmaskResponse& other) = default;
|
| +
|
| CardUnmaskDelegate::UnmaskResponse::~UnmaskResponse() {}
|
|
|
| } // namespace autofill
|
|
|