// services/network/public/mojom/restricted_cookie_manager.mojom-blink-forward.h is auto generated by mojom_bindings_generator.py, do not edit

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef SERVICES_NETWORK_PUBLIC_MOJOM_RESTRICTED_COOKIE_MANAGER_MOJOM_BLINK_FORWARD_H_
#define SERVICES_NETWORK_PUBLIC_MOJOM_RESTRICTED_COOKIE_MANAGER_MOJOM_BLINK_FORWARD_H_

#include <stdint.h>

#include "mojo/public/cpp/bindings/struct_forward.h"

#include "mojo/public/cpp/bindings/deprecated_interface_types_forward.h"


#include "mojo/public/interfaces/bindings/native_struct.mojom-forward.h"
#include "third_party/blink/public/platform/web_common.h"





namespace network::mojom {

enum class CookieMatchType : int32_t;

enum class RestrictedCookieManagerRole : int32_t;

enum class RestrictedCookiePartition : int32_t;
class RestrictedCookieManagerInterfaceBase;


}  // network::mojom


namespace network::mojom::blink {
// Aliases for definition in the parent namespace.
using CookieMatchType = CookieMatchType;
using RestrictedCookieManagerRole = RestrictedCookieManagerRole;
using RestrictedCookiePartition = RestrictedCookiePartition;
using RestrictedCookieManagerInterfaceBase = RestrictedCookieManagerInterfaceBase;

constexpr uint64_t kInvalidCookieVersion = 0ULL;

constexpr uint64_t kInitialCookieVersion = 1ULL;
class CookieManagerGetOptions;
using CookieManagerGetOptionsPtr = mojo::InlinedStructPtr<CookieManagerGetOptions>;

class RestrictedCanonicalCookieParams;
using RestrictedCanonicalCookieParamsPtr = mojo::StructPtr<RestrictedCanonicalCookieParams>;

class RestrictedCookieManager;




}  // network::mojom::blink

#endif  // SERVICES_NETWORK_PUBLIC_MOJOM_RESTRICTED_COOKIE_MANAGER_MOJOM_BLINK_FORWARD_H_