| Index: components/password_manager/core/browser/affiliation_utils.h
|
| diff --git a/components/password_manager/core/browser/affiliation_utils.h b/components/password_manager/core/browser/affiliation_utils.h
|
| index d4a177ab913afe69d6501429ace418b249178ef7..ae2d986e2fda1927f611761ebcde826237d7f5bb 100644
|
| --- a/components/password_manager/core/browser/affiliation_utils.h
|
| +++ b/components/password_manager/core/browser/affiliation_utils.h
|
| @@ -163,6 +163,7 @@ typedef std::vector<FacetURI> AffiliatedFacets;
|
| // authoritative source.
|
| struct AffiliatedFacetsWithUpdateTime {
|
| AffiliatedFacetsWithUpdateTime();
|
| + AffiliatedFacetsWithUpdateTime(const AffiliatedFacetsWithUpdateTime& other);
|
| ~AffiliatedFacetsWithUpdateTime();
|
|
|
| AffiliatedFacets facets;
|
|
|