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

Unified Diff: chrome/browser/policy/policy_types.h

Issue 10917266: Rename "chrome/browser/policy/policy_constants.h" so that it doesn't clash with the generated "poli… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « chrome/browser/policy/policy_map.h ('k') | chrome/browser/policy/user_cloud_policy_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/policy_types.h
diff --git a/chrome/browser/policy/policy_constants.h b/chrome/browser/policy/policy_types.h
similarity index 86%
rename from chrome/browser/policy/policy_constants.h
rename to chrome/browser/policy/policy_types.h
index 17b7d7a71d88e80a1c328579f94da3774d2f309a..cdd5aea87e33be153e07c64d369ba61c0f726403 100644
--- a/chrome/browser/policy/policy_constants.h
+++ b/chrome/browser/policy/policy_types.h
@@ -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 CHROME_BROWSER_POLICY_POLICY_CONSTANTS_H_
-#define CHROME_BROWSER_POLICY_POLICY_CONSTANTS_H_
+#ifndef CHROME_BROWSER_POLICY_POLICY_TYPES_H_
+#define CHROME_BROWSER_POLICY_POLICY_TYPES_H_
namespace policy {
@@ -30,4 +30,4 @@ enum PolicyLevel {
} // namespace policy
-#endif // CHROME_BROWSER_POLICY_POLICY_CONSTANTS_H_
+#endif // CHROME_BROWSER_POLICY_POLICY_TYPES_H_
« no previous file with comments | « chrome/browser/policy/policy_map.h ('k') | chrome/browser/policy/user_cloud_policy_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698