chromium/services/network/public/cpp/spki_hash_set.h

// Copyright 2020 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_CPP_SPKI_HASH_SET_H_
#define SERVICES_NETWORK_PUBLIC_CPP_SPKI_HASH_SET_H_

#include "base/component_export.h"
#include "base/containers/flat_set.h"

namespace net {
struct SHA256HashValue;
}  // namespace net

network  // namespace network

#endif  // SERVICES_NETWORK_PUBLIC_CPP_SPKI_HASH_SET_H_