| Index: mojo/edk/system/slave_connection_manager.h
|
| diff --git a/mojo/edk/system/slave_connection_manager.h b/mojo/edk/system/slave_connection_manager.h
|
| index 2453f56c6aa5273e3f28af469fbbd7cd46cc838b..951f1e1a52c095fd5e896218516d2ab3e87702fb 100644
|
| --- a/mojo/edk/system/slave_connection_manager.h
|
| +++ b/mojo/edk/system/slave_connection_manager.h
|
| @@ -80,7 +80,8 @@ class SlaveConnectionManager final : public ConnectionManager,
|
| // |RawChannel::Delegate| methods (only called on |private_thread_|):
|
| void OnReadMessage(
|
| const MessageInTransit::View& message_view,
|
| - embedder::ScopedPlatformHandleVectorPtr platform_handles) override;
|
| + std::unique_ptr<std::vector<embedder::ScopedPlatformHandle>>
|
| + platform_handles) override;
|
| void OnError(Error error) override;
|
|
|
| // Asserts that the current thread is *not* |private_thread_| (no-op if
|
|
|