Index: ipc/ipc_message_utils_impl.h |
diff --git a/ipc/ipc_message_utils_impl.h b/ipc/ipc_message_utils_impl.h |
index 0931e30216b969c65325217e94bffe78f3b10779..f441be3fe457f7a5e7bceba81560989bc1ad9abe 100644 |
--- a/ipc/ipc_message_utils_impl.h |
+++ b/ipc/ipc_message_utils_impl.h |
@@ -41,7 +41,7 @@ bool SyncMessageSchema<SendParamType, ReplyParamType>::ReadSendParam( |
template <class SendParamType, class ReplyParamType> |
bool SyncMessageSchema<SendParamType, ReplyParamType>::ReadReplyParam( |
- const Message* msg, typename TupleTypes<ReplyParam>::ValueTuple* p) { |
+ const Message* msg, typename base::TupleTypes<ReplyParam>::ValueTuple* p) { |
PickleIterator iter = SyncMessage::GetDataIterator(msg); |
return ReadParam(msg, &iter, p); |
} |