blob: c3802743cc61c0f1e1100cc3a0d8f49dea7cc248 [file] [log] [blame]
QUICHE teama6ef0a62019-03-07 20:34:33 -05001// Copyright (c) 2012 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "net/third_party/quiche/src/quic/core/quic_buffer_allocator.h"
6
7namespace quic {
8
9QuicBufferAllocator::~QuicBufferAllocator() = default;
10
11} // namespace quic