| Index: mojo/edk/system/data_pipe_impl.h
|
| diff --git a/mojo/edk/system/data_pipe_impl.h b/mojo/edk/system/data_pipe_impl.h
|
| index 87464c895336802a676760425faaa52e1df21d3e..e25b697aaa774f2fd4972641f966fdc80404a4df 100644
|
| --- a/mojo/edk/system/data_pipe_impl.h
|
| +++ b/mojo/edk/system/data_pipe_impl.h
|
| @@ -132,7 +132,7 @@ class DataPipeImpl {
|
|
|
| ChannelEndpointClient* channel_endpoint_client() const { return owner_; }
|
|
|
| - const MojoCreateDataPipeOptions& validated_options() const {
|
| + MojoCreateDataPipeOptions validated_options() const {
|
| return owner_->validated_options();
|
| }
|
| size_t element_num_bytes() const { return owner_->element_num_bytes(); }
|
|
|