// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef NET_COOKIES_COOKIE_ACCESS_PARAMS_H_ #define NET_COOKIES_COOKIE_ACCESS_PARAMS_H_ #include "net/base/net_export.h" #include "net/cookies/cookie_constants.h" namespace net { // Params used to determine whether a cookie can be accessed. struct NET_EXPORT CookieAccessParams { … }; } // namespace net #endif // NET_COOKIES_COOKIE_ACCESS_PARAMS_H_