// 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_BROWSER_POLICY_ERROR_MAP_H_ #define COMPONENTS_POLICY_CORE_BROWSER_POLICY_ERROR_MAP_H_ #include <stddef.h> #include <map> #include <memory> #include <string> #include <vector> #include "components/policy/core/common/policy_map.h" #include "components/policy/core/common/schema.h" #include "components/policy/policy_export.h" namespace policy { // Collects error messages and their associated policies. class POLICY_EXPORT PolicyErrorMap { … }; } // namespace policy #endif // COMPONENTS_POLICY_CORE_BROWSER_POLICY_ERROR_MAP_H_