chromium/components/enterprise/browser/reporting/browser_report_generator.h

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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 enterprise_management

namespace version_info {
enum class Channel;
}  // namespace version_info

namespace enterprise_reporting {

class ReportingDelegateFactory;

// A report generator that collects Browser related information.
class BrowserReportGenerator {};

}  // namespace enterprise_reporting

#endif  // COMPONENTS_ENTERPRISE_BROWSER_REPORTING_BROWSER_REPORT_GENERATOR_H_