#ifndef COMPONENTS_ENTERPRISE_BROWSER_REPORTING_PROFILE_REPORT_GENERATOR_H_
#define COMPONENTS_ENTERPRISE_BROWSER_REPORTING_PROFILE_REPORT_GENERATOR_H_
#include <memory>
#include <string>
#include "base/values.h"
#include "components/enterprise/browser/reporting/report_type.h"
#include "components/policy/core/browser/policy_conversions_client.h"
#include "components/policy/proto/device_management_backend.pb.h"
namespace base {
class FilePath;
}
namespace policy {
class CloudPolicyManager;
}
namespace enterprise_reporting {
class ReportingDelegateFactory;
class ProfileReportGenerator { … };
}
#endif