Index: remoting/client/chromoting_client.h |
diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h |
index a0bea89d3c8d4533181174795d1c936f237a9a4f..756c388a6e6d1aa7a40b59f0fab4eb1c0d930f89 100644 |
--- a/remoting/client/chromoting_client.h |
+++ b/remoting/client/chromoting_client.h |
@@ -26,7 +26,6 @@ class MessageLoop; |
namespace remoting { |
class ClientContext; |
-class InputHandler; |
class RectangleUpdateDecoder; |
// TODO(sergeyu): Move VideoStub implementation to RectangleUpdateDecoder. |
@@ -40,7 +39,6 @@ class ChromotingClient : public protocol::ConnectionToHost::HostEventCallback, |
protocol::ConnectionToHost* connection, |
ChromotingView* view, |
RectangleUpdateDecoder* rectangle_decoder, |
- InputHandler* input_handler, |
const base::Closure& client_done); |
virtual ~ChromotingClient(); |
@@ -94,7 +92,6 @@ class ChromotingClient : public protocol::ConnectionToHost::HostEventCallback, |
protocol::ConnectionToHost* connection_; |
ChromotingView* view_; |
RectangleUpdateDecoder* rectangle_decoder_; |
- InputHandler* input_handler_; |
// If non-NULL, this is called when the client is done. |
base::Closure client_done_; |