Chromium Code Reviews| Index: remoting/protocol/jingle_connection_to_host.h |
| diff --git a/remoting/protocol/jingle_connection_to_host.h b/remoting/protocol/jingle_connection_to_host.h |
| index 8e90c5be2598ad3267f5b150ce0d22cfbad18e2b..a37ab3cabbd955dbaf2299d6b0190207bf0a64a9 100644 |
| --- a/remoting/protocol/jingle_connection_to_host.h |
| +++ b/remoting/protocol/jingle_connection_to_host.h |
| @@ -91,7 +91,7 @@ class JingleConnectionToHost : public ConnectionToHost, |
| scoped_refptr<SessionManager> session_manager_; |
| scoped_refptr<Session> session_; |
| - MessageReader control_reader_; |
| + scoped_refptr<MessageReader> control_reader_; |
|
Sergey Ulanov
2011/01/25 22:26:53
This was replaced with dispatcher_, so we don't ne
|
| scoped_ptr<VideoReader> video_reader_; |
| HostEventCallback* event_callback_; |