summaryrefslogtreecommitdiffstats
path: root/remoting/client/input_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/client/input_handler.cc')
-rw-r--r--remoting/client/input_handler.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/client/input_handler.cc b/remoting/client/input_handler.cc
index c9a7fe7..d2a8f0d 100644
--- a/remoting/client/input_handler.cc
+++ b/remoting/client/input_handler.cc
@@ -5,14 +5,14 @@
#include "remoting/client/input_handler.h"
#include "remoting/client/chromoting_view.h"
-#include "remoting/client/host_connection.h"
// TODO(hclam): Should not include internal.pb.h.
#include "remoting/proto/internal.pb.h"
+#include "remoting/protocol/connection_to_host.h"
namespace remoting {
InputHandler::InputHandler(ClientContext* context,
- protocol::HostConnection* connection,
+ protocol::ConnectionToHost* connection,
ChromotingView* view)
: context_(context),
connection_(connection),