| Index: chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc
|
| diff --git a/chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc b/chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc
|
| index a6fc19e6e4f1b214505298adb472e093e9955b39..1ffdd53beecf69bc8aa0475b796f344a683feb9e 100644
|
| --- a/chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc
|
| +++ b/chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc
|
| @@ -450,7 +450,7 @@ base::ProcessHandle CloudPrintProxyPolicyStartupTest::Launch(
|
| #if defined(OS_POSIX)
|
| base::FileHandleMappingVector ipc_file_list;
|
| ipc_file_list.push_back(std::make_pair(
|
| - startup_channel_->TakeClientFileDescriptor(),
|
| + startup_channel_->TakeClientFileDescriptor().release(),
|
| kPrimaryIPCChannel + base::GlobalDescriptors::kBaseDescriptor));
|
| base::LaunchOptions options;
|
| options.fds_to_remap = &ipc_file_list;
|
|
|