#ifndef CHROME_BROWSER_ENTERPRISE_REPORTING_EXTENSION_REQUEST_EXTENSION_REQUEST_REPORT_GENERATOR_H_
#define CHROME_BROWSER_ENTERPRISE_REPORTING_EXTENSION_REQUEST_EXTENSION_REQUEST_REPORT_GENERATOR_H_
#include <memory>
#include <string>
#include <vector>
#include "base/memory/raw_ptr.h"
#include "components/enterprise/browser/reporting/real_time_report_generator.h"
class Profile;
namespace extensions {
class ExtensionManagement;
}
namespace enterprise_reporting {
class ExtensionsWorkflowEvent;
class ExtensionRequestReportGenerator { … };
}
#endif