Index: ipc/handle_win.h |
diff --git a/ipc/handle_win.h b/ipc/handle_win.h |
index 38cddae10b1a7600e243bf8ba56db30ab630d7f7..42075ffa423d4f413f48a13b1bf7c8bdf47e79bc 100644 |
--- a/ipc/handle_win.h |
+++ b/ipc/handle_win.h |
@@ -56,8 +56,10 @@ class IPC_EXPORT HandleWin { |
template <> |
struct IPC_EXPORT ParamTraits<HandleWin> { |
typedef HandleWin param_type; |
- static void Write(Message* m, const param_type& p); |
- static bool Read(const Message* m, base::PickleIterator* iter, param_type* p); |
+ static void Write(base::Pickle* m, const param_type& p); |
+ static bool Read(const base::Pickle* m, |
+ base::PickleIterator* iter, |
+ param_type* p); |
static void Log(const param_type& p, std::string* l); |
}; |