| Index: components/nacl/common/nacl_types.cc
|
| diff --git a/components/nacl/common/nacl_types.cc b/components/nacl/common/nacl_types.cc
|
| index 4abb8286ea8a0cef1e87ed4884c37b91ab862a98..c65d13669401261e6e1811ec154f6949a6a6fd83 100644
|
| --- a/components/nacl/common/nacl_types.cc
|
| +++ b/components/nacl/common/nacl_types.cc
|
| @@ -78,7 +78,7 @@ NaClLaunchResult::NaClLaunchResult()
|
| }
|
|
|
| NaClLaunchResult::NaClLaunchResult(
|
| - FileDescriptor imc_channel_handle,
|
| + const IPC::PlatformFileForTransit& imc_channel_handle,
|
| const IPC::ChannelHandle& ppapi_ipc_channel_handle,
|
| const IPC::ChannelHandle& trusted_ipc_channel_handle,
|
| const IPC::ChannelHandle& manifest_service_ipc_channel_handle,
|
|
|