| Index: ipc/ipc_channel_proxy_unittest_messages.h
|
| diff --git a/ipc/ipc_channel_proxy_unittest_messages.h b/ipc/ipc_channel_proxy_unittest_messages.h
|
| index 20405eda0efda103731d0465f405b003b4a368ad..288ce5353d3b1477194a5e88e127426aa815f15e 100644
|
| --- a/ipc/ipc_channel_proxy_unittest_messages.h
|
| +++ b/ipc/ipc_channel_proxy_unittest_messages.h
|
| @@ -17,8 +17,10 @@ namespace IPC {
|
|
|
| template <>
|
| struct ParamTraits<BadType> {
|
| - static void Write(Message* m, const BadType& p) {}
|
| - static bool Read(const Message* m, base::PickleIterator* iter, BadType* r) {
|
| + static void Write(base::Pickle* m, const BadType& p) {}
|
| + static bool Read(const base::Pickle* m,
|
| + base::PickleIterator* iter,
|
| + BadType* r) {
|
| return false;
|
| }
|
| static void Log(const BadType& p, std::string* l) {}
|
|
|