#ifndef SERVICES_NETWORK_CORS_PREFLIGHT_RESULT_H_
#define SERVICES_NETWORK_CORS_PREFLIGHT_RESULT_H_
#include <memory>
#include <optional>
#include <string>
#include "base/component_export.h"
#include "base/containers/flat_set.h"
#include "base/time/time.h"
#include "base/types/strong_alias.h"
#include "base/values.h"
#include "services/network/public/cpp/cors/cors_error_status.h"
#include "services/network/public/mojom/cors.mojom-shared.h"
#include "services/network/public/mojom/fetch_api.mojom-shared.h"
namespace base {
class TickClock;
}
namespace net {
class HttpRequestHeaders;
}
namespace network {
namespace cors {
NonWildcardRequestHeadersSupport;
class COMPONENT_EXPORT(NETWORK_SERVICE) PreflightResult final { … };
}
}
#endif