Chromium Code Reviews| 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_ |