Index: components/password_manager/core/browser/password_form_data.h |
diff --git a/components/password_manager/core/browser/password_form_data.h b/components/password_manager/core/browser/password_form_data.h |
index b91a763f9a24897ba33fe958d42484fe6c04082c..333986596623423394212b69ac513236d65a268e 100644 |
--- a/components/password_manager/core/browser/password_form_data.h |
+++ b/components/password_manager/core/browser/password_form_data.h |
@@ -45,12 +45,6 @@ bool ContainsSamePasswordFormsPtr( |
bool ContainsSamePasswordForms(std::vector<autofill::PasswordForm>& first, |
std::vector<autofill::PasswordForm>& second); |
-// This gmock matcher is used to check that the |arg| contains exactly the same |
-// PasswordForms as |forms|, regardless of order. |
-MATCHER_P(ContainsAllPasswordForms, forms, "") { |
- return ContainsSamePasswordFormsPtr(forms, arg); |
-} |
- |
} // namespace password_manager |
#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_FORM_DATA_H_ |