| Index: components/autofill/core/common/password_form_fill_data.h
|
| diff --git a/components/autofill/core/common/password_form_fill_data.h b/components/autofill/core/common/password_form_fill_data.h
|
| index 9c7819a4843ec3b470116649bbc37e0719041986..fd0f64fe84a792d8c66ba66428c36b1d316b1e7b 100644
|
| --- a/components/autofill/core/common/password_form_fill_data.h
|
| +++ b/components/autofill/core/common/password_form_fill_data.h
|
| @@ -90,7 +90,7 @@ struct PasswordFormFillData {
|
| // in |result|.
|
| void InitPasswordFormFillData(
|
| const PasswordForm& form_on_page,
|
| - const PasswordFormMap& matches,
|
| + const std::map<base::string16, const PasswordForm*>& matches,
|
| const PasswordForm* const preferred_match,
|
| bool wait_for_username_before_autofill,
|
| bool enable_other_possible_usernames,
|
|
|