| Index: components/password_manager/content/common/credential_manager_messages.h
|
| diff --git a/components/password_manager/content/common/credential_manager_messages.h b/components/password_manager/content/common/credential_manager_messages.h
|
| index 32ee1e477b4b82395fc2e8d192449cd7b46ced8d..a72f5b8483eb01f3366a52a7a81e88ddfe887ccd 100644
|
| --- a/components/password_manager/content/common/credential_manager_messages.h
|
| +++ b/components/password_manager/content/common/credential_manager_messages.h
|
| @@ -29,7 +29,7 @@ IPC_STRUCT_TRAITS_BEGIN(password_manager::CredentialInfo)
|
| IPC_STRUCT_TRAITS_MEMBER(type)
|
| IPC_STRUCT_TRAITS_MEMBER(id)
|
| IPC_STRUCT_TRAITS_MEMBER(name)
|
| - IPC_STRUCT_TRAITS_MEMBER(avatar)
|
| + IPC_STRUCT_TRAITS_MEMBER(icon)
|
| IPC_STRUCT_TRAITS_MEMBER(password)
|
| IPC_STRUCT_TRAITS_MEMBER(federation)
|
| IPC_STRUCT_TRAITS_END()
|
|
|