| Index: remoting/protocol/session.h
|
| diff --git a/remoting/protocol/session.h b/remoting/protocol/session.h
|
| index c9986ac2ca01c54fe647395ddd726c21b60d9480..3291a5cb46925532e628acb42786e43318232bd3 100644
|
| --- a/remoting/protocol/session.h
|
| +++ b/remoting/protocol/session.h
|
| @@ -73,7 +73,8 @@ class Session : public base::NonThreadSafe {
|
| // single interface.
|
| typedef base::Callback<void(
|
| const std::string& channel_name,
|
| - const net::IPEndPoint& end_point)> RouteChangeCallback;
|
| + const net::IPEndPoint& remote_end_point,
|
| + const net::IPEndPoint& local_end_point)> RouteChangeCallback;
|
|
|
| // TODO(sergeyu): Specify connection error code when channel
|
| // connection fails.
|
|
|