#ifndef EXTENSIONS_BROWSER_API_DECLARATIVE_NET_REQUEST_REQUEST_PARAMS_H_
#define EXTENSIONS_BROWSER_API_DECLARATIVE_NET_REQUEST_REQUEST_PARAMS_H_
#include <optional>
#include "base/containers/flat_map.h"
#include "base/functional/callback.h"
#include "base/memory/raw_ptr.h"
#include "components/url_pattern_index/url_pattern_index.h"
#include "content/public/browser/global_routing_id.h"
#include "extensions/browser/api/declarative_net_request/regex_rules_matcher.h"
#include "net/http/http_response_headers.h"
#include "url/gurl.h"
#include "url/origin.h"
namespace content {
class RenderFrameHost;
}
namespace extensions {
struct WebRequestInfo;
namespace declarative_net_request {
class CompositeMatcher;
struct RequestParams { … };
}
}
#endif