Index: remoting/host/client_connection.h |
=================================================================== |
--- remoting/host/client_connection.h (revision 57713) |
+++ remoting/host/client_connection.h (working copy) |
@@ -57,8 +57,8 @@ |
// a libjingle channel, these events are delegated to |handler|. |
// It is guranteed that |handler| is called only on the |message_loop|. |
ClientConnection(MessageLoop* message_loop, |
- ProtocolDecoder* decoder, |
- EventHandler* handler); |
+ ProtocolDecoder* decoder, |
+ EventHandler* handler); |
virtual ~ClientConnection(); |