| Index: remoting/host/chromoting_host.h
|
| diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h
|
| index dd1e1cb719a7d661ecd6c737128db9a947219750..c326314d424877c90ba7c5961ed6f38a137fb8ec 100644
|
| --- a/remoting/host/chromoting_host.h
|
| +++ b/remoting/host/chromoting_host.h
|
| @@ -113,8 +113,7 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>,
|
| virtual void OnSessionRouteChange(
|
| ClientSession* session,
|
| const std::string& channel_name,
|
| - const net::IPEndPoint& remote_end_point,
|
| - const net::IPEndPoint& local_end_point) OVERRIDE;
|
| + const protocol::TransportRoute& route) OVERRIDE;
|
|
|
| // SessionManager::Listener implementation.
|
| virtual void OnSessionManagerReady() OVERRIDE;
|
|
|