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

Unified Diff: remoting/host/event_executor_mac.h

Issue 5298001: Use VP8 over PseudoTCP by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed EventExecutor class. 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
« no previous file with comments | « remoting/host/event_executor_linux.cc ('k') | remoting/host/event_executor_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/event_executor_mac.h
diff --git a/remoting/host/event_executor_mac.h b/remoting/host/event_executor_mac.h
index 052ca487e5292254ad930cf96a78e66d36f616cc..0e388520509260fdca9122928591316deed51128 100644
--- a/remoting/host/event_executor_mac.h
+++ b/remoting/host/event_executor_mac.h
@@ -8,15 +8,11 @@
#include <vector>
#include "base/basictypes.h"
+#include "remoting/host/event_executor.h"
#include "remoting/protocol/input_stub.h"
-class MessageLoop;
-
namespace remoting {
-class Capturer;
-class ChromotingClientMessage;
-
// A class to generate events on Mac.
class EventExecutorMac : public protocol::InputStub {
public:
« no previous file with comments | « remoting/host/event_executor_linux.cc ('k') | remoting/host/event_executor_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698