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

Unified Diff: remoting/host/me2me_desktop_environment.cc

Issue 12594009: Converted LocalInputMonitor into a SessionController instance. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Posting ClientSessionControl tasks directly since we have a weak point now. Created 7 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/me2me_desktop_environment.cc
diff --git a/remoting/host/me2me_desktop_environment.cc b/remoting/host/me2me_desktop_environment.cc
index 6fe9a845c6a05102d61feffeea70e03c2956a4f4..77784dc03b47375b0a03094f45ae27f61850ec8d 100644
--- a/remoting/host/me2me_desktop_environment.cc
+++ b/remoting/host/me2me_desktop_environment.cc
@@ -11,6 +11,7 @@
#include "remoting/host/client_session_control.h"
#include "remoting/host/desktop_resizer.h"
#include "remoting/host/event_executor.h"
+#include "remoting/host/local_input_monitor.h"
Sergey Ulanov 2013/03/23 19:54:22 Don't need this
alexeypa (please no reviews) 2013/03/25 15:54:07 Done.
#include "remoting/host/resizing_host_observer.h"
#include "remoting/host/screen_controls.h"

Powered by Google App Engine
This is Rietveld 408576698