// Copyright 2014 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_DEFAULT_SEARCH_POLICY_HANDLER_H_ #define COMPONENTS_SEARCH_ENGINES_ENTERPRISE_DEFAULT_SEARCH_POLICY_HANDLER_H_ #include <memory> #include "components/policy/core/browser/configuration_policy_handler.h" namespace policy { // ConfigurationPolicyHandler for the default search policies. class DefaultSearchPolicyHandler : public ConfigurationPolicyHandler { … }; } // namespace policy #endif // COMPONENTS_SEARCH_ENGINES_ENTERPRISE_DEFAULT_SEARCH_POLICY_HANDLER_H_