#ifndef COMPONENTS_ENTERPRISE_CONNECTORS_CORE_SERVICE_PROVIDER_CONFIG_H_
#define COMPONENTS_ENTERPRISE_CONNECTORS_CORE_SERVICE_PROVIDER_CONFIG_H_
#include <string_view>
#include "base/containers/fixed_flat_map.h"
#include "base/containers/span.h"
#include "base/files/file_path.h"
#include "base/memory/raw_ptr_exclusion.h"
#include "base/values.h"
namespace enterprise_connectors {
struct SupportedTag { … };
struct AnalysisConfig { … };
struct ReportingConfig { … };
struct ServiceProvider { … };
ServiceProviderConfig;
const ServiceProviderConfig* GetServiceProviderConfig();
}
#endif