| Index: chrome/common/safe_browsing/ipc_protobuf_message_macros.h
|
| diff --git a/chrome/common/safe_browsing/ipc_protobuf_message_macros.h b/chrome/common/safe_browsing/ipc_protobuf_message_macros.h
|
| index 2771480caaf613445485d7b76f41ae084ea1b923..4f14c79bdf6144e83cb4614f3d2a1b8d700bd159 100644
|
| --- a/chrome/common/safe_browsing/ipc_protobuf_message_macros.h
|
| +++ b/chrome/common/safe_browsing/ipc_protobuf_message_macros.h
|
| @@ -37,13 +37,14 @@
|
| struct IPC_MESSAGE_EXPORT ParamTraits<message_name> { \
|
| typedef message_name param_type; \
|
| static void Write(Message* m, const param_type& p); \
|
| - static bool Read(const Message* m, PickleIterator* iter, param_type* p); \
|
| + static bool Read(const Message* m, base::PickleIterator* iter, \
|
| + param_type* p); \
|
| static void Log(const param_type& p, std::string* l); \
|
| \
|
| private: \
|
| template <class P> \
|
| static bool ReadParamF(const Message* m, \
|
| - PickleIterator* iter, \
|
| + base::PickleIterator* iter, \
|
| param_type* p, \
|
| void (param_type::*setter_function)(P)); \
|
| }; \
|
|
|