blob: e24ca0b1cdc9282fa3f62941b2b8a87f5555efac [file] [log] [blame]
// Copyright (c) 2020 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 NET_QUIC_PLATFORM_IMPL_QUIC_TESTVALUE_IMPL_H_
#define NET_QUIC_PLATFORM_IMPL_QUIC_TESTVALUE_IMPL_H_
#include "net/third_party/quiche/src/common/platform/api/quiche_string_piece.h"
namespace quic {
template <class T>
void AdjustTestValueImpl(absl::string_view label, T* var) {}
} // namespace quic
#endif // NET_QUIC_PLATFORM_IMPL_QUIC_TESTVALUE_IMPL_H_