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

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

Issue 78823004: Move PolicyBundle into components/policy/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « components/policy.gypi ('k') | components/policy/core/common/policy_bundle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/core/common/policy_bundle.h
diff --git a/chrome/browser/policy/policy_bundle.h b/components/policy/core/common/policy_bundle.h
similarity index 91%
rename from chrome/browser/policy/policy_bundle.h
rename to components/policy/core/common/policy_bundle.h
index a3740b525f0e0789f8a5146747ba2991ad6272bc..7621543d6ab8e31d1e7211de3aad329f40305ed3 100644
--- a/chrome/browser/policy/policy_bundle.h
+++ b/components/policy/core/common/policy_bundle.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_BUNDLE_H_
-#define CHROME_BROWSER_POLICY_POLICY_BUNDLE_H_
+#ifndef COMPONENTS_POLICY_CORE_COMMON_POLICY_BUNDLE_H_
+#define COMPONENTS_POLICY_CORE_COMMON_POLICY_BUNDLE_H_
#include <map>
#include <string>
@@ -15,7 +15,7 @@
namespace policy {
// Maps policy namespaces to PolicyMaps.
-class PolicyBundle {
+class POLICY_EXPORT PolicyBundle {
jochen (gone - plz use gerrit) 2013/11/21 13:52:30 include policy_export.h
dconnelly 2013/11/22 09:04:35 Done.
public:
typedef std::map<PolicyNamespace, PolicyMap*> MapType;
typedef MapType::iterator iterator;
@@ -69,4 +69,4 @@ class PolicyBundle {
} // namespace policy
-#endif // CHROME_BROWSER_POLICY_POLICY_BUNDLE_H_
+#endif // COMPONENTS_POLICY_CORE_COMMON_POLICY_BUNDLE_H_
« no previous file with comments | « components/policy.gypi ('k') | components/policy/core/common/policy_bundle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698