#ifndef COMPONENTS_ENTERPRISE_CONNECTORS_CORE_REPORTING_SERVICE_SETTINGS_H_
#define COMPONENTS_ENTERPRISE_CONNECTORS_CORE_REPORTING_SERVICE_SETTINGS_H_
#include <optional>
#include <set>
#include <string>
#include "base/feature_list.h"
#include "base/memory/raw_ptr.h"
#include "base/values.h"
#include "components/enterprise/connectors/core/common.h"
#include "components/enterprise/connectors/core/reporting_constants.h"
#include "components/enterprise/connectors/core/service_provider_config.h"
namespace enterprise_connectors {
class ReportingServiceSettings { … };
}
#endif