| Index: remoting/protocol/channel_dispatcher_base.h
|
| diff --git a/remoting/protocol/channel_dispatcher_base.h b/remoting/protocol/channel_dispatcher_base.h
|
| index 9a25cd0cfc6a111831056d5db144234dd3e3c35f..64011b83102a7ca8bb79b8757883f52a73a65bb9 100644
|
| --- a/remoting/protocol/channel_dispatcher_base.h
|
| +++ b/remoting/protocol/channel_dispatcher_base.h
|
| @@ -67,7 +67,7 @@ class ChannelDispatcherBase {
|
|
|
| private:
|
| void OnChannelReady(scoped_ptr<net::StreamSocket> socket);
|
| - void OnWriteFailed(int error);
|
| + void OnReadWriteFailed(int error);
|
|
|
| std::string channel_name_;
|
| StreamChannelFactory* channel_factory_;
|
|
|