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

Unified Diff: remoting/host/win/elevated_controller_module.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/elevated_controller.ver ('k') | remoting/host/win/elevated_controller_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/elevated_controller_module.cc
===================================================================
--- remoting/host/win/elevated_controller_module.cc (revision 0)
+++ remoting/host/win/elevated_controller_module.cc (working copy)
@@ -15,12 +15,12 @@
#include "remoting/host/usage_stats_consent.h"
// MIDL-generated declarations.
-#include "remoting/host/elevated_controller.h"
+#include "remoting/host/win/elevated_controller.h"
namespace remoting {
-class ElevatedControllerModuleWin
- : public ATL::CAtlExeModuleT<ElevatedControllerModuleWin> {
+class ElevatedControllerModule
+ : public ATL::CAtlExeModuleT<ElevatedControllerModule> {
public:
DECLARE_LIBID(LIBID_ChromotingElevatedControllerLib)
};
@@ -28,7 +28,7 @@
} // namespace remoting
-remoting::ElevatedControllerModuleWin _AtlModule;
+remoting::ElevatedControllerModule _AtlModule;
int WINAPI WinMain(HINSTANCE instance, HINSTANCE, LPSTR, int command) {
#ifdef OFFICIAL_BUILD
« no previous file with comments | « remoting/host/win/elevated_controller.ver ('k') | remoting/host/win/elevated_controller_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698