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

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: Sync, and make InputStub inherit from ClipboardStub. 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
Index: remoting/host/event_executor.h
diff --git a/remoting/host/event_executor.h b/remoting/host/event_executor.h
index bcde0ba3f868038b9f2c1e6e15d41a1bfa25d7d3..89ad3e52044af7ddac48baad86a0d28b867ff5f1 100644
--- a/remoting/host/event_executor.h
+++ b/remoting/host/event_executor.h
@@ -6,7 +6,7 @@
#define REMOTING_HOST_EVENT_EXECUTOR_H_
#include "base/memory/scoped_ptr.h"
-
+#include "remoting/protocol/clipboard_stub.h"
Wez 2012/03/15 01:14:44 Don't need this include any more?
simonmorris 2012/03/15 16:53:19 Done.
#include "remoting/protocol/input_stub.h"
class MessageLoop;

Powered by Google App Engine
This is Rietveld 408576698