| Index: ipc/ipc_message.h
|
| diff --git a/ipc/ipc_message.h b/ipc/ipc_message.h
|
| index b6304324d1467c8af2cc6509cb60b97332d1f684..2598c8cbc39afda80137a31d01fae2ff7dc32fc9 100644
|
| --- a/ipc/ipc_message.h
|
| +++ b/ipc/ipc_message.h
|
| @@ -180,7 +180,8 @@ class IPC_EXPORT Message : public Pickle {
|
| bool WriteFileDescriptor(const base::FileDescriptor& descriptor);
|
| // Get a file descriptor from the message. Returns false on error.
|
| // iter: a Pickle iterator to the current location in the message.
|
| - bool ReadFileDescriptor(void** iter, base::FileDescriptor* descriptor) const;
|
| + bool ReadFileDescriptor(PickleIterator* iter,
|
| + base::FileDescriptor* descriptor) const;
|
| #endif
|
|
|
| #ifdef IPC_MESSAGE_LOG_ENABLED
|
|
|