chromium/services/network/trust_tokens/boringssl_trust_token_state.h

// Copyright 2023 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_TRUST_TOKENS_BORINGSSL_TRUST_TOKEN_STATE_H_
#define SERVICES_NETWORK_TRUST_TOKENS_BORINGSSL_TRUST_TOKEN_STATE_H_

#include <memory>
#include <string>

#include "services/network/public/mojom/trust_tokens.mojom-shared.h"
#include "third_party/boringssl/src/include/openssl/base.h"

namespace network {

class BoringsslTrustTokenState {};

}  // namespace network

#endif  // SERVICES_NETWORK_TRUST_TOKENS_BORINGSSL_TRUST_TOKEN_STATE_H_