Index: remoting/host/desktop_environment.h |
diff --git a/remoting/host/desktop_environment.h b/remoting/host/desktop_environment.h |
index d0e05864855a305b7655b6824ec0bfd3d33dfda9..8b32a89fb58b473073e15916fb56651ba24909a6 100644 |
--- a/remoting/host/desktop_environment.h |
+++ b/remoting/host/desktop_environment.h |
@@ -9,17 +9,16 @@ |
#include "base/basictypes.h" |
#include "base/memory/scoped_ptr.h" |
-#include "remoting/host/event_executor.h" |
namespace remoting { |
class AudioCapturer; |
class ChromotingHostContext; |
+class EventExecutor; |
class VideoFrameCapturer; |
namespace protocol { |
class ClipboardStub; |
-class HostEventStub; |
} |
class DesktopEnvironment { |