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

Unified Diff: remoting/host/win/host_service.cc

Issue 10832068: Moving Windows-only files: remoting/host -> remoting/host/win. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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
« no previous file with comments | « remoting/host/win/host_service.h ('k') | remoting/host/win/host_service.rc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/host_service.cc
===================================================================
--- remoting/host/win/host_service.cc (revision 0)
+++ remoting/host/win/host_service.cc (working copy)
@@ -5,7 +5,7 @@
// This file implements the Windows service controlling Me2Me host processes
// running within user sessions.
-#include "remoting/host/host_service_win.h"
+#include "remoting/host/win/host_service.h"
#include <windows.h>
#include <wtsapi32.h>
@@ -26,10 +26,10 @@
#include "remoting/base/breakpad.h"
#include "remoting/base/scoped_sc_handle_win.h"
#include "remoting/host/branding.h"
-#include "remoting/host/host_service_resource.h"
#include "remoting/host/usage_stats_consent.h"
-#include "remoting/host/wts_console_observer_win.h"
-#include "remoting/host/wts_session_process_launcher_win.h"
+#include "remoting/host/win/host_service_resource.h"
+#include "remoting/host/win/wts_console_observer.h"
+#include "remoting/host/win/wts_session_process_launcher.h"
using base::StringPrintf;
« no previous file with comments | « remoting/host/win/host_service.h ('k') | remoting/host/win/host_service.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698