Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(455)

Unified Diff: remoting/client/plugin/chromoting_instance.h

Issue 7466008: Reland http://codereview.chromium.org/7452002/ again (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/shared_impl/ppp_instance_combined.cc ('k') | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..6d999c77bdcde60edefaf0d996f93f6aa0bebde9 100644
--- a/remoting/client/plugin/chromoting_instance.h
+++ b/remoting/client/plugin/chromoting_instance.h
@@ -23,13 +23,13 @@
#include "remoting/protocol/connection_to_host.h"
class MessageLoop;
-struct PP_InputEvent;
namespace base {
class Thread;
} // namespace base
namespace pp {
+class InputEvent;
class Module;
} // namespace pp
@@ -64,7 +64,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();
« no previous file with comments | « ppapi/shared_impl/ppp_instance_combined.cc ('k') | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698