| Index: components/autofill/core/common/password_form.h
|
| diff --git a/components/autofill/core/common/password_form.h b/components/autofill/core/common/password_form.h
|
| index a32e530842c0316a0419e91f758da4ea2d73a8c4..c70da901fc9ede05611b61e3f8f37842678666e0 100644
|
| --- a/components/autofill/core/common/password_form.h
|
| +++ b/components/autofill/core/common/password_form.h
|
| @@ -296,12 +296,6 @@ struct LessThanUniqueKey {
|
| bool operator()(const PasswordForm* left, const PasswordForm* right) const;
|
| };
|
|
|
| -// Map username to PasswordForm* for convenience. See password_form_manager.h.
|
| -using PasswordFormMap = std::map<base::string16, std::unique_ptr<PasswordForm>>;
|
| -
|
| -// Like PasswordFormMap, but with weak (not owned) pointers.
|
| -using ConstPasswordFormMap = std::map<base::string16, const PasswordForm*>;
|
| -
|
| // For testing.
|
| std::ostream& operator<<(std::ostream& os, PasswordForm::Layout layout);
|
| std::ostream& operator<<(std::ostream& os, const PasswordForm& form);
|
|
|