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

Unified Diff: remoting/host/event_executor.h

Issue 9646013: Add the plumbing that will carry a clipboard item from a chromoting client to a host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix remoting_simple_host. Created 8 years, 9 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 | « remoting/host/desktop_environment.cc ('k') | remoting/host/event_executor_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/event_executor.h
diff --git a/remoting/host/event_executor.h b/remoting/host/event_executor.h
index bcde0ba3f868038b9f2c1e6e15d41a1bfa25d7d3..70727d06de8c12f8b62b667f4753d4b7b4c97843 100644
--- a/remoting/host/event_executor.h
+++ b/remoting/host/event_executor.h
@@ -6,8 +6,7 @@
#define REMOTING_HOST_EVENT_EXECUTOR_H_
#include "base/memory/scoped_ptr.h"
-
-#include "remoting/protocol/input_stub.h"
+#include "remoting/protocol/host_event_stub.h"
class MessageLoop;
@@ -15,12 +14,12 @@ namespace remoting {
class Capturer;
-class EventExecutor : public protocol::InputStub {
+class EventExecutor : public protocol::HostEventStub {
public:
// Creates default event executor for the current platform.
// Does not take ownership of |message_loop| or |capturer|.
- static scoped_ptr<protocol::InputStub> Create(MessageLoop* message_loop,
- Capturer* capturer);
+ static scoped_ptr<protocol::HostEventStub> Create(MessageLoop* message_loop,
+ Capturer* capturer);
};
} // namespace remoting
« no previous file with comments | « remoting/host/desktop_environment.cc ('k') | remoting/host/event_executor_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698