chromium/chrome/browser/enterprise/reporting/extension_request/extension_request_report_generator.h

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

#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 {};

}  // namespace enterprise_reporting

#endif  // CHROME_BROWSER_ENTERPRISE_REPORTING_EXTENSION_REQUEST_EXTENSION_REQUEST_REPORT_GENERATOR_H_