#ifndef COMPONENTS_POLICY_CORE_COMMON_CLOUD_REALTIME_REPORTING_JOB_CONFIGURATION_H_
#define COMPONENTS_POLICY_CORE_COMMON_CLOUD_REALTIME_REPORTING_JOB_CONFIGURATION_H_
#include <memory>
#include <string>
#include "base/functional/callback.h"
#include "base/values.h"
#include "components/policy/core/common/cloud/device_management_service.h"
#include "components/policy/core/common/cloud/reporting_job_configuration_base.h"
#include "components/policy/policy_export.h"
namespace policy {
class CloudPolicyClient;
class POLICY_EXPORT RealtimeReportingJobConfiguration
: public ReportingJobConfigurationBase { … };
}
#endif