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

Unified Diff: components/policy/core/common/policy_pref_names.h

Issue 26972003: Added a policy_switches.cc file in the policy component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing build_config.h Created 7 years, 2 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
Index: components/policy/core/common/policy_pref_names.h
diff --git a/components/policy/core/common/policy_pref_names.h b/components/policy/core/common/policy_pref_names.h
index 0a65262fec050031d1b975dd78198b6415128e68..7e83c067bace77e2e58dd5cf904a4503a8589108 100644
--- a/components/policy/core/common/policy_pref_names.h
+++ b/components/policy/core/common/policy_pref_names.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 COMPONENTS_POLICY_CORE_COMMON_PREF_NAMES_H_
-#define COMPONENTS_POLICY_CORE_COMMON_PREF_NAMES_H_
+#ifndef COMPONENTS_POLICY_CORE_COMMON_POLICY_PREF_NAMES_H_
+#define COMPONENTS_POLICY_CORE_COMMON_POLICY_PREF_NAMES_H_
#include "components/policy/policy_export.h"
@@ -18,4 +18,4 @@ POLICY_EXPORT extern const char kLastPolicyStatisticsUpdate[];
} // prefs
} // namespace policy
-#endif // COMPONENTS_POLICY_CORE_COMMON_PREF_NAMES_H_
+#endif // COMPONENTS_POLICY_CORE_COMMON_POLICY_PREF_NAMES_H_

Powered by Google App Engine
This is Rietveld 408576698