// Copyright 2022 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_ENTERPRISE_BROWSER_REPORTING_CLOUD_PROFILE_REPORTING_POLICY_HANDLER_H_ #define COMPONENTS_ENTERPRISE_BROWSER_REPORTING_CLOUD_PROFILE_REPORTING_POLICY_HANDLER_H_ #include "components/policy/core/browser/configuration_policy_handler.h" namespace enterprise_reporting { // Sets prefs for policy CloudReportingEnabled policy. class CloudProfileReportingPolicyHandler : public policy::TypeCheckingPolicyHandler { … }; } // namespace enterprise_reporting #endif // COMPONENTS_ENTERPRISE_BROWSER_REPORTING_CLOUD_PROFILE_REPORTING_POLICY_HANDLER_H_