| Index: remoting/client/plugin/chromoting_instance.h
|
| diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h
|
| index d79254f0a5a6aa1a8b35b3bcf04a115706655628..290cf289fbc76b882e92fceb8866177b8c570c19 100644
|
| --- a/remoting/client/plugin/chromoting_instance.h
|
| +++ b/remoting/client/plugin/chromoting_instance.h
|
| @@ -23,7 +23,6 @@
|
| #include "remoting/protocol/connection_to_host.h"
|
|
|
| class MessageLoop;
|
| -struct PP_InputEvent;
|
|
|
| namespace base {
|
| class Thread;
|
| @@ -64,7 +63,7 @@ class ChromotingInstance : public pp::InstancePrivate {
|
|
|
| virtual bool Init(uint32_t argc, const char* argn[], const char* argv[]);
|
| virtual void Connect(const ClientConfig& config);
|
| - virtual bool HandleInputEvent(const PP_InputEvent& event);
|
| + virtual bool HandleInputEvent(const pp::InputEvent& event);
|
| virtual void Disconnect();
|
| virtual pp::Var GetInstanceObject();
|
|
|
|
|