// Copyright 2023 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_SEARCH_ENGINES_ENTERPRISE_SITE_SEARCH_POLICY_HANDLER_H_ #define COMPONENTS_SEARCH_ENGINES_ENTERPRISE_SITE_SEARCH_POLICY_HANDLER_H_ #include "components/policy/core/browser/configuration_policy_handler.h" #include <string> #include "base/containers/flat_set.h" namespace policy { // ConfigurationPolicyHandler for the SiteSearchSettings policy. class SiteSearchPolicyHandler : public SimpleSchemaValidatingPolicyHandler { … }; } // namespace policy #endif // COMPONENTS_SEARCH_ENGINES_ENTERPRISE_SITE_SEARCH_POLICY_HANDLER_H_