Index: components/autofill/content/common/autofill_param_traits_macros.h |
diff --git a/components/autofill/content/common/autofill_param_traits_macros.h b/components/autofill/content/common/autofill_param_traits_macros.h |
index 15159aa2b4918f75497b6a17528c0ecb6d25fe2a..477f72c12d768083897622d8b240ef12df357adf 100644 |
--- a/components/autofill/content/common/autofill_param_traits_macros.h |
+++ b/components/autofill/content/common/autofill_param_traits_macros.h |
@@ -38,8 +38,8 @@ IPC_STRUCT_TRAITS_BEGIN(autofill::PasswordForm) |
IPC_STRUCT_TRAITS_MEMBER(password_element) |
IPC_STRUCT_TRAITS_MEMBER(password_value) |
IPC_STRUCT_TRAITS_MEMBER(password_autocomplete_set) |
- IPC_STRUCT_TRAITS_MEMBER(old_password_element) |
- IPC_STRUCT_TRAITS_MEMBER(old_password_value) |
+ IPC_STRUCT_TRAITS_MEMBER(new_password_element) |
+ IPC_STRUCT_TRAITS_MEMBER(new_password_value) |
IPC_STRUCT_TRAITS_MEMBER(ssl_valid) |
IPC_STRUCT_TRAITS_MEMBER(preferred) |
IPC_STRUCT_TRAITS_MEMBER(blacklisted_by_user) |