| Index: remoting/protocol/ice_connection_to_client.h
|
| diff --git a/remoting/protocol/ice_connection_to_client.h b/remoting/protocol/ice_connection_to_client.h
|
| index 8387b94ecb743146e056faa7eea4fa7b6ec68141..72d76912e34476dd91474e366a4748a2a9d03a7a 100644
|
| --- a/remoting/protocol/ice_connection_to_client.h
|
| +++ b/remoting/protocol/ice_connection_to_client.h
|
| @@ -73,7 +73,6 @@ class IceConnectionToClient : public ConnectionToClient,
|
| // Event handler for handling events sent from this object.
|
| ConnectionToClient::EventHandler* event_handler_;
|
|
|
| - // The libjingle channel used to send and receive data from the remote client.
|
| scoped_ptr<Session> session_;
|
|
|
| scoped_refptr<base::SingleThreadTaskRunner> video_encode_task_runner_;
|
|
|