blob: aa9170af8724831152cc021164ff2dd26eaf0815 [file] [log] [blame]
#ifndef NET_THIRD_PARTY_QUIC_PLATFORM_IMPL_QUIC_DEFAULT_BUFFER_ALLOCATOR_IMPL_H_
#define NET_THIRD_PARTY_QUIC_PLATFORM_IMPL_QUIC_DEFAULT_BUFFER_ALLOCATOR_IMPL_H_
#include "net/third_party/quic/core/quic_simple_buffer_allocator.h"
namespace quic {
using QuicStreamBufferAllocatorImpl = SimpleBufferAllocator;
} // namespace quic
#endif /* NET_THIRD_PARTY_QUIC_PLATFORM_IMPL_QUIC_DEFAULT_BUFFER_ALLOCATOR_IMPL_H_ \
*/