chromium/net/third_party/quiche/overrides/quiche_platform_impl/quiche_containers_impl.h

// Copyright 2017 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_THIRD_PARTY_QUICHE_OVERRIDES_QUICHE_PLATFORM_IMPL_QUICHE_CONTAINERS_IMPL_H_
#define NET_THIRD_PARTY_QUICHE_OVERRIDES_QUICHE_PLATFORM_IMPL_QUICHE_CONTAINERS_IMPL_H_

#include <vector>

#include "base/containers/flat_set.h"

namespace quiche {

// TODO(wub): Switch to absl::InlinedVector once it is allowed.
QuicheInlinedVectorImpl;

QuicheSmallOrderedSetImpl;

}  // namespace quiche

#endif  // NET_THIRD_PARTY_QUICHE_OVERRIDES_QUICHE_PLATFORM_IMPL_QUICHE_CONTAINERS_IMPL_H_