#ifndef COMPONENTS_ENTERPRISE_BROWSER_REPORTING_REAL_TIME_REPORT_CONTROLLER_H_
#define COMPONENTS_ENTERPRISE_BROWSER_REPORTING_REAL_TIME_REPORT_CONTROLLER_H_
#include <string>
#include "base/containers/flat_map.h"
#include "base/functional/callback.h"
#include "base/memory/weak_ptr.h"
#include "components/enterprise/browser/reporting/real_time_report_generator.h"
#include "components/enterprise/browser/reporting/real_time_report_type.h"
#include "components/policy/core/common/cloud/dm_token.h"
#include "components/reporting/proto/synced/record_constants.pb.h"
namespace enterprise_reporting {
class RealTimeUploader;
class ReportingDelegateFactory;
class RealTimeReportController { … };
}
#endif