blob: 16e5e7c7f55136ac58257f1450556d9b44dde11d [file] [log] [blame]
// Copyright (c) 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef QUICHE_COMMON_PLATFORM_API_QUICHE_STREAM_BUFFER_ALLOCATOR_H_
#define QUICHE_COMMON_PLATFORM_API_QUICHE_STREAM_BUFFER_ALLOCATOR_H_
#include "quiche_platform_impl/quiche_stream_buffer_allocator_impl.h"
namespace quiche {
using QuicheStreamBufferAllocator = QuicheStreamBufferAllocatorImpl;
}
#endif // QUICHE_COMMON_PLATFORM_API_QUICHE_STREAM_BUFFER_ALLOCATOR_H_