| 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 01985dfa856ac0108262c51500d3f83a9c55ab4c..90a5ebd9cee4754d9f27904b859f3bd40dc73da8 100644
|
| --- a/components/autofill/common/password_form_fill_data.h
|
| +++ b/components/autofill/common/password_form_fill_data.h
|
| @@ -21,7 +21,7 @@
|
| // 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 {
|
| - typedef std::map<string16, string16> LoginCollection;
|
| + typedef std::map<base::string16, base::string16> LoginCollection;
|
|
|
| FormData basic_data;
|
| LoginCollection additional_logins;
|
|
|