| Index: remoting/host/client_session_unittest.cc
|
| diff --git a/remoting/host/client_session_unittest.cc b/remoting/host/client_session_unittest.cc
|
| index b3dfa45396606fc3f1f086191c026bf284bfe2dc..05e5a650a38c7a8196bcca156e3c133066269042 100644
|
| --- a/remoting/host/client_session_unittest.cc
|
| +++ b/remoting/host/client_session_unittest.cc
|
| @@ -254,7 +254,7 @@ void ClientSessionTest::CreateClientSession() {
|
| task_runner_, // Encode thread.
|
| task_runner_, // Network thread.
|
| task_runner_, // UI thread.
|
| - connection.PassAs<protocol::ConnectionToClient>(),
|
| + connection.Pass(),
|
| desktop_environment_factory_.get(),
|
| base::TimeDelta(),
|
| NULL,
|
|
|