| Index: chrome/common/safe_browsing/protobuf_message_write_macros.h
|
| diff --git a/chrome/common/safe_browsing/protobuf_message_write_macros.h b/chrome/common/safe_browsing/protobuf_message_write_macros.h
|
| index 2b8a51ca6fc30a9a5d6391942cf89cb5b2fe913e..578d23b2b18fc33b02bc477800c7411c6f2839cf 100644
|
| --- a/chrome/common/safe_browsing/protobuf_message_write_macros.h
|
| +++ b/chrome/common/safe_browsing/protobuf_message_write_macros.h
|
| @@ -16,7 +16,7 @@
|
| #undef IPC_PROTOBUF_MESSAGE_TRAITS_END
|
|
|
| #define IPC_PROTOBUF_MESSAGE_TRAITS_BEGIN(message_name) \
|
| - void ParamTraits<message_name>::Write(Message* m, const param_type& p) {
|
| + void ParamTraits<message_name>::Write(base::Pickle* m, const param_type& p) {
|
| #define IPC_PROTOBUF_MESSAGE_TRAITS_OPTIONAL_COMPLEX_MEMBER \
|
| IPC_PROTOBUF_MESSAGE_TRAITS_OPTIONAL_FUNDAMENTAL_MEMBER
|
| #define IPC_PROTOBUF_MESSAGE_TRAITS_OPTIONAL_FUNDAMENTAL_MEMBER(name) \
|
|
|