| Index: ipc/ipc_message_pipe_reader.h
|
| diff --git a/ipc/ipc_message_pipe_reader.h b/ipc/ipc_message_pipe_reader.h
|
| index 686982a97e369a77340f96c7d79966546b7849cb..b441960e3e1b0e41f77eb929a646dc0d70275317 100644
|
| --- a/ipc/ipc_message_pipe_reader.h
|
| +++ b/ipc/ipc_message_pipe_reader.h
|
| @@ -84,7 +84,7 @@ class IPC_EXPORT MessagePipeReader : public NON_EXPORTED_BASE(mojom::Channel) {
|
| void GetRemoteInterface(const std::string& name,
|
| mojo::ScopedInterfaceEndpointHandle handle);
|
|
|
| - mojom::Channel* sender() const { return sender_.get(); }
|
| + mojom::ChannelAssociatedPtr& sender() { return sender_; }
|
|
|
| protected:
|
| void OnPipeClosed();
|
|
|