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 05e684563b010ac43812218eba431f3112cecece..00a8c59b175a153a756cb9bbea1d432a68f0eb7f 100644 |
--- a/components/autofill/core/browser/card_unmask_delegate.cc |
+++ b/components/autofill/core/browser/card_unmask_delegate.cc |
@@ -6,7 +6,8 @@ |
namespace autofill { |
-CardUnmaskDelegate::UnmaskResponse::UnmaskResponse() {} |
+CardUnmaskDelegate::UnmaskResponse::UnmaskResponse() |
+ : should_store_pan(false) {} |
CardUnmaskDelegate::UnmaskResponse::~UnmaskResponse() {} |
} // namespace autofill |