| Index: ipc/mojo/ipc_channel_mojo.cc
|
| diff --git a/ipc/mojo/ipc_channel_mojo.cc b/ipc/mojo/ipc_channel_mojo.cc
|
| index e99e717f4c9a1d77edf656e3038af672b1684d10..0672a229e016dd0f891c37a0a12e76bd92119a40 100644
|
| --- a/ipc/mojo/ipc_channel_mojo.cc
|
| +++ b/ipc/mojo/ipc_channel_mojo.cc
|
| @@ -213,7 +213,7 @@ int ChannelMojo::GetClientFileDescriptor() const {
|
| return bootstrap_->GetClientFileDescriptor();
|
| }
|
|
|
| -int ChannelMojo::TakeClientFileDescriptor() {
|
| +base::ScopedFD ChannelMojo::TakeClientFileDescriptor() {
|
| return bootstrap_->TakeClientFileDescriptor();
|
| }
|
|
|
|
|