| Index: components/password_manager/core/browser/affiliation_utils.cc
|
| diff --git a/components/password_manager/core/browser/affiliation_utils.cc b/components/password_manager/core/browser/affiliation_utils.cc
|
| index 5fa3ff75d8788097759fc3e76cf01a1221264036..853edc528923524e8356a6b51775f7a89150eec6 100644
|
| --- a/components/password_manager/core/browser/affiliation_utils.cc
|
| +++ b/components/password_manager/core/browser/affiliation_utils.cc
|
| @@ -269,6 +269,9 @@ FacetURI::FacetURI(const std::string& canonical_spec, bool is_valid)
|
| AffiliatedFacetsWithUpdateTime::AffiliatedFacetsWithUpdateTime() {
|
| }
|
|
|
| +AffiliatedFacetsWithUpdateTime::AffiliatedFacetsWithUpdateTime(
|
| + const AffiliatedFacetsWithUpdateTime& other) = default;
|
| +
|
| AffiliatedFacetsWithUpdateTime::~AffiliatedFacetsWithUpdateTime() {
|
| }
|
|
|
|
|