// Copyright 2013 The Chromium Authors // 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_POLICY_BUNDLE_H_ #define COMPONENTS_POLICY_CORE_COMMON_POLICY_BUNDLE_H_ #include <map> #include "components/policy/core/common/policy_map.h" #include "components/policy/core/common/policy_namespace.h" #include "components/policy/policy_export.h" namespace policy { // Maps policy namespaces to PolicyMaps. class POLICY_EXPORT PolicyBundle { … }; } // namespace policy #endif // COMPONENTS_POLICY_CORE_COMMON_POLICY_BUNDLE_H_