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 0108f1b7c78750c8fd6adbc0c1a0e7f683a747ff..20405eda0efda103731d0465f405b003b4a368ad 100644 |
--- a/ipc/ipc_channel_proxy_unittest_messages.h |
+++ b/ipc/ipc_channel_proxy_unittest_messages.h |
@@ -18,7 +18,7 @@ namespace IPC { |
template <> |
struct ParamTraits<BadType> { |
static void Write(Message* m, const BadType& p) {} |
- static bool Read(const Message* m, PickleIterator* iter, BadType* r) { |
+ static bool Read(const Message* m, base::PickleIterator* iter, BadType* r) { |
return false; |
} |
static void Log(const BadType& p, std::string* l) {} |