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

Unified Diff: ceee/ie/common/rgs_helper.h

Issue 6041007: Move rgs_helper out of base to ceee since it's not used anywhere else.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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 | « ceee/ie/broker/broker.h ('k') | ceee/ie/ie.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/ie/common/rgs_helper.h
===================================================================
--- ceee/ie/common/rgs_helper.h (revision 70263)
+++ ceee/ie/common/rgs_helper.h (working copy)
@@ -16,8 +16,8 @@
//
// You can then refer to the names above in your RGS file as
// variables %NAME% and %CLSID%, respectively.
-#ifndef BASE_WIN_RGS_HELPER_H_
-#define BASE_WIN_RGS_HELPER_H_
+#ifndef CEEE_IE_COMMON_RGS_HELPER_H_
+#define CEEE_IE_COMMON_RGS_HELPER_H_
#include "base/string_util.h"
@@ -86,4 +86,4 @@
_GetRegistryMap());\
}
-#endif // BASE_WIN_RGS_HELPER_H_
+#endif // CEEE_IE_COMMON_RGS_HELPER_H_
« no previous file with comments | « ceee/ie/broker/broker.h ('k') | ceee/ie/ie.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698