Index: remoting/host/desktop_session_win.cc |
diff --git a/remoting/host/desktop_session_win.cc b/remoting/host/desktop_session_win.cc |
index dd2e09696800e0e6810674b49672c291ddf79cfe..1025d8926dcecd4627c16d1e2669124c41db1286 100644 |
--- a/remoting/host/desktop_session_win.cc |
+++ b/remoting/host/desktop_session_win.cc |
@@ -30,8 +30,6 @@ |
#include "ipc/ipc_message_macros.h" |
#include "ipc/ipc_platform_file.h" |
#include "remoting/base/auto_thread_task_runner.h" |
-// MIDL-generated declarations and definitions. |
-#include "remoting/host/chromoting_lib.h" |
#include "remoting/host/chromoting_messages.h" |
#include "remoting/host/daemon_process.h" |
#include "remoting/host/desktop_session.h" |
@@ -39,6 +37,8 @@ |
#include "remoting/host/ipc_constants.h" |
#include "remoting/host/sas_injector.h" |
#include "remoting/host/screen_resolution.h" |
+// MIDL-generated declarations and definitions. |
+#include "remoting/host/win/chromoting_lib.h" |
#include "remoting/host/win/host_service.h" |
#include "remoting/host/win/worker_process_launcher.h" |
#include "remoting/host/win/wts_session_process_delegate.h" |