blob: 7e6dbc43aa501c03c37e56b065c22c711054e281 [file] [log] [blame]
// Copyright 2017 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.
#include "net/quic/test_tools/quic_stream_send_buffer_peer.h"
namespace net {
namespace test {
// static
void QuicStreamSendBufferPeer::SetStreamOffset(
QuicStreamSendBuffer* send_buffer,
QuicStreamOffset stream_offset) {
send_buffer->stream_offset_ = stream_offset;
}
} // namespace test
} // namespace net