Index: components/password_manager/core/browser/password_form_manager.h |
diff --git a/components/password_manager/core/browser/password_form_manager.h b/components/password_manager/core/browser/password_form_manager.h |
index 25c4f2bd1d4c37f05f9c1a988e20ef3a9cdddd7d..df509aa293e6e10a480a691a9ee729652353de64 100644 |
--- a/components/password_manager/core/browser/password_form_manager.h |
+++ b/components/password_manager/core/browser/password_form_manager.h |
@@ -486,7 +486,7 @@ class PasswordFormManager : public PasswordStoreConsumer { |
// Set of forms from PasswordStore that correspond to the current site and |
// that are not in |best_matches_|. |
- ScopedVector<autofill::PasswordForm> not_best_matches_; |
+ std::vector<std::unique_ptr<autofill::PasswordForm>> not_best_matches_; |
// Federated credentials relevant to the observed form. They are neither |
// filled not saved by this PasswordFormManager, so they are kept separately |