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

Unified Diff: remoting/host/win/elevated_controller.h

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/desktop.cc ('k') | remoting/host/win/elevated_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/elevated_controller.h
===================================================================
--- remoting/host/win/elevated_controller.h (revision 0)
+++ remoting/host/win/elevated_controller.h (working copy)
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_HOST_ELEVATED_CONTROLLER_WIN_H_
-#define REMOTING_HOST_ELEVATED_CONTROLLER_WIN_H_
+#ifndef REMOTING_HOST_WIN_ELEVATED_CONTROLLER_H_
+#define REMOTING_HOST_WIN_ELEVATED_CONTROLLER_H_
#include <atlbase.h>
#include <atlcom.h>
@@ -16,13 +16,13 @@
namespace remoting {
-class ATL_NO_VTABLE ElevatedControllerWin
+class ATL_NO_VTABLE ElevatedController
: public ATL::CComObjectRootEx<ATL::CComSingleThreadModel>,
- public ATL::CComCoClass<ElevatedControllerWin, &CLSID_ElevatedController>,
+ public ATL::CComCoClass<ElevatedController, &CLSID_ElevatedController>,
public ATL::IDispatchImpl<IDaemonControl2, &IID_IDaemonControl2,
&LIBID_ChromotingElevatedControllerLib, 1, 1> {
public:
- ElevatedControllerWin();
+ ElevatedController();
HRESULT FinalConstruct();
void FinalRelease();
@@ -45,7 +45,7 @@
private:
HRESULT OpenService(ScopedScHandle* service_out);
- BEGIN_COM_MAP(ElevatedControllerWin)
+ BEGIN_COM_MAP(ElevatedController)
COM_INTERFACE_ENTRY(IDaemonControl)
COM_INTERFACE_ENTRY(IDaemonControl2)
COM_INTERFACE_ENTRY(IDispatch)
@@ -57,8 +57,8 @@
DECLARE_PROTECT_FINAL_CONSTRUCT()
};
-OBJECT_ENTRY_AUTO(CLSID_ElevatedController, ElevatedControllerWin)
+OBJECT_ENTRY_AUTO(CLSID_ElevatedController, ElevatedController)
} // namespace remoting
-#endif // REMOTING_HOST_ELEVATED_CONTROLLER_WIN_H_
+#endif // REMOTING_HOST_WIN_ELEVATED_CONTROLLER_H_
« no previous file with comments | « remoting/host/win/desktop.cc ('k') | remoting/host/win/elevated_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698