diff options
Diffstat (limited to 'remoting/client/plugin/pepper_input_handler.cc')
-rw-r--r-- | remoting/client/plugin/pepper_input_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/client/plugin/pepper_input_handler.cc b/remoting/client/plugin/pepper_input_handler.cc index 5599655..3398cf4 100644 --- a/remoting/client/plugin/pepper_input_handler.cc +++ b/remoting/client/plugin/pepper_input_handler.cc @@ -9,7 +9,7 @@ namespace remoting { PepperInputHandler::PepperInputHandler(ClientContext* context, - HostConnection* connection, + protocol::HostConnection* connection, ChromotingView* view) : InputHandler(context, connection, view) { } |