summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/connection_to_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/protocol/connection_to_client.h')
-rw-r--r--remoting/protocol/connection_to_client.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/remoting/protocol/connection_to_client.h b/remoting/protocol/connection_to_client.h
index 418e071..a721a48 100644
--- a/remoting/protocol/connection_to_client.h
+++ b/remoting/protocol/connection_to_client.h
@@ -14,10 +14,6 @@
#include "remoting/protocol/session.h"
#include "remoting/protocol/video_writer.h"
-namespace base {
-class MessageLoopProxy;
-} // namespace base
-
namespace remoting {
namespace protocol {
@@ -52,7 +48,7 @@ class ConnectionToClient : public base::NonThreadSafe {
// Constructs a ConnectionToClient object for the |session|. Takes
// ownership of |session|.
- ConnectionToClient(Session* session);
+ explicit ConnectionToClient(Session* session);
virtual ~ConnectionToClient();
// Set |event_handler| for connection events. |event_handler| is