| Index: components/autofill/core/common/autofill_messages.h
|
| diff --git a/components/autofill/core/common/autofill_messages.h b/components/autofill/core/common/autofill_messages.h
|
| index 136329e496881602968a9161a162adefb0476347..006744fbc32f281ed18c5ef6c731954ee47878b4 100644
|
| --- a/components/autofill/core/common/autofill_messages.h
|
| +++ b/components/autofill/core/common/autofill_messages.h
|
| @@ -63,15 +63,6 @@ IPC_STRUCT_TRAITS_BEGIN(autofill::FormFieldDataPredictions)
|
| IPC_STRUCT_TRAITS_MEMBER(overall_type)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| -IPC_STRUCT_TRAITS_BEGIN(autofill::FormData)
|
| - IPC_STRUCT_TRAITS_MEMBER(name)
|
| - IPC_STRUCT_TRAITS_MEMBER(method)
|
| - IPC_STRUCT_TRAITS_MEMBER(origin)
|
| - IPC_STRUCT_TRAITS_MEMBER(action)
|
| - IPC_STRUCT_TRAITS_MEMBER(user_submitted)
|
| - IPC_STRUCT_TRAITS_MEMBER(fields)
|
| -IPC_STRUCT_TRAITS_END()
|
| -
|
| IPC_STRUCT_TRAITS_BEGIN(autofill::FormDataPredictions)
|
| IPC_STRUCT_TRAITS_MEMBER(data)
|
| IPC_STRUCT_TRAITS_MEMBER(signature)
|
|
|