| Index: mojo/edk/system/master_connection_manager.cc
|
| diff --git a/mojo/edk/system/master_connection_manager.cc b/mojo/edk/system/master_connection_manager.cc
|
| index f9d3ac24e484e12a821cb6541017ad5e2abec08d..3b5665b0d925ed30f682c2141695efcafebdf41b 100644
|
| --- a/mojo/edk/system/master_connection_manager.cc
|
| +++ b/mojo/edk/system/master_connection_manager.cc
|
| @@ -198,7 +198,7 @@ void MasterConnectionManager::Helper::OnReadMessage(
|
| new embedder::PlatformHandleVector());
|
| platform_handles->push_back(platform_handle.release());
|
| response->SetTransportData(util::MakeUnique<TransportData>(
|
| - platform_handles.Pass(),
|
| + std::move(platform_handles),
|
| raw_channel_->GetSerializedPlatformHandleSize()));
|
| } else {
|
| DCHECK(!platform_handle.is_valid());
|
|
|