| Index: remoting/host/client_session.cc
|
| diff --git a/remoting/host/client_session.cc b/remoting/host/client_session.cc
|
| index f8df3b7871a327afa927b673e0b7701852c5787b..d9fcce39e25feb2dcc21a3afde6a4caf514abe86 100644
|
| --- a/remoting/host/client_session.cc
|
| +++ b/remoting/host/client_session.cc
|
| @@ -49,7 +49,7 @@ ClientSession::ClientSession(
|
| const DesktopEnvironmentOptions& desktop_environment_options,
|
| const base::TimeDelta& max_duration,
|
| scoped_refptr<protocol::PairingRegistry> pairing_registry,
|
| - const std::vector<HostExtension*>& extensions)
|
| + const std::vector<std::unique_ptr<HostExtension>>& extensions)
|
| : event_handler_(event_handler),
|
| connection_(std::move(connection)),
|
| client_jid_(connection_->session()->jid()),
|
|
|