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

Unified Diff: remoting/host/event_executor_linux.h

Issue 5298001: Use VP8 over PseudoTCP by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated service_process.cc Created 10 years, 1 month 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_linux.h
diff --git a/remoting/host/event_executor_linux.h b/remoting/host/event_executor_linux.h
index ef28660757a6079b3f4526cd10d56c563956dc87..bca742bdaa78c7ec2f5c783282e37aef245d89f1 100644
--- a/remoting/host/event_executor_linux.h
+++ b/remoting/host/event_executor_linux.h
@@ -10,18 +10,14 @@
#include "base/task.h"
#include "base/basictypes.h"
#include "base/scoped_ptr.h"
-#include "remoting/protocol/input_stub.h"
-
-class MessageLoop;
+#include "remoting/host/event_executor.h"
namespace remoting {
-class Capturer;
-class ChromotingClientMessage;
class EventExecutorLinuxPimpl;
// A class to generate events on Linux.
-class EventExecutorLinux : public protocol::InputStub {
+class EventExecutorLinux : public EventExecutor {
public:
EventExecutorLinux(MessageLoop* message_loop,
Capturer* capturer);

Powered by Google App Engine
This is Rietveld 408576698