| Index: components/autofill/common/password_form_fill_data.h
|
| diff --git a/components/autofill/common/password_form_fill_data.h b/components/autofill/common/password_form_fill_data.h
|
| index b0de41b030ba7eb7e7ef0c282f57dce26c9a3b51..b94fc9406591daba92db3e41d00c1a615561527b 100644
|
| --- a/components/autofill/common/password_form_fill_data.h
|
| +++ b/components/autofill/common/password_form_fill_data.h
|
| @@ -8,6 +8,7 @@
|
| #include <map>
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "components/autofill/common/autofill_export.h"
|
| #include "components/autofill/common/form_data.h"
|
| #include "content/public/common/password_form.h"
|
|
|
| @@ -22,7 +23,7 @@ namespace autofill {
|
| // unless the PasswordManager determined there is an additional risk
|
| // associated with this form. This can happen, for example, if action URI's
|
| // of the observed form and our saved representation don't match up.
|
| -struct PasswordFormFillData {
|
| +struct AUTOFILL_EXPORT PasswordFormFillData {
|
| typedef std::map<base::string16, base::string16> LoginCollection;
|
|
|
| FormData basic_data;
|
| @@ -38,7 +39,7 @@ struct PasswordFormFillData {
|
| // preferred_match should equal (address) one of matches.
|
| // wait_for_username_before_autofill is true if we should not autofill
|
| // anything until the user typed in a valid username and blurred the field.
|
| -void InitPasswordFormFillData(
|
| +void AUTOFILL_EXPORT InitPasswordFormFillData(
|
| const content::PasswordForm& form_on_page,
|
| const content::PasswordFormMap& matches,
|
| const content::PasswordForm* const preferred_match,
|
|
|