#ifndef COMPONENTS_POLICY_CORE_COMMON_CLOUD_USER_POLICY_METRICS_RECORDER_H_
#define COMPONENTS_POLICY_CORE_COMMON_CLOUD_USER_POLICY_METRICS_RECORDER_H_
#include "base/scoped_observation.h"
#include "components/policy/core/common/configuration_policy_provider.h"
#include "components/policy/core/common/policy_bundle.h"
#include "components/policy/policy_export.h"
namespace policy {
constexpr char kEnterpriseUserPolicyCountHistogram[] = …;
class POLICY_EXPORT UserPolicyMetricsRecorder
: public ConfigurationPolicyProvider::Observer { … };
}
#endif