#ifndef COMPONENTS_ENTERPRISE_BROWSER_REPORTING_BROWSER_REPORT_GENERATOR_H_
#define COMPONENTS_ENTERPRISE_BROWSER_REPORTING_BROWSER_REPORT_GENERATOR_H_
#include <memory>
#include <string>
#include <vector>
#include "base/functional/callback_forward.h"
#include "components/enterprise/browser/reporting/report_type.h"
namespace enterprise_management {
class BrowserReport;
}
namespace version_info {
enum class Channel;
}
namespace enterprise_reporting {
class ReportingDelegateFactory;
class BrowserReportGenerator { … };
}
#endif