| Index: components/password_manager/core/browser/affiliation_fetcher.cc
|
| diff --git a/components/password_manager/core/browser/affiliation_fetcher.cc b/components/password_manager/core/browser/affiliation_fetcher.cc
|
| index 92af8c41dd99d7a7aeb3117ee3944dd8edc25523..9e6bfd04405dc9131fa047266d1e2592215140a7 100644
|
| --- a/components/password_manager/core/browser/affiliation_fetcher.cc
|
| +++ b/components/password_manager/core/browser/affiliation_fetcher.cc
|
| @@ -119,7 +119,7 @@ bool AffiliationFetcher::ParseResponse(
|
|
|
| AffiliatedFacets affiliated_uris;
|
| for (int j = 0; j < equivalence_class.facet_size(); ++j) {
|
| - const std::string& uri_spec(equivalence_class.facet(j));
|
| + const std::string& uri_spec(equivalence_class.facet(j).id());
|
| FacetURI uri = FacetURI::FromPotentiallyInvalidSpec(uri_spec);
|
| // Ignore potential future kinds of facet URIs (e.g. for new platforms).
|
| if (!uri.is_valid())
|
|
|