#ifndef CHROME_BROWSER_ENTERPRISE_REPORTING_PROFILE_REPORT_GENERATOR_DELEGATE_BASE_H_
#define CHROME_BROWSER_ENTERPRISE_REPORTING_PROFILE_REPORT_GENERATOR_DELEGATE_BASE_H_
#include "base/memory/raw_ptr.h"
#include "chrome/browser/profiles/profile.h"
#include "components/enterprise/browser/reporting/profile_report_generator.h"
namespace base {
class FilePath;
}
namespace enterprise_management {
class ChromeUserProfileInfo;
}
namespace policy {
class PolicyConversionsClient;
}
namespace enterprise_reporting {
class ProfileReportGeneratorDelegateBase
: public ProfileReportGenerator::Delegate { … };
}
#endif