chromium/net/third_party/quiche/src/quiche/quic/test_tools/quic_mock_syscall_wrapper.cc

// 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.

#include "quiche/quic/test_tools/quic_mock_syscall_wrapper.h"

_;
Invoke;

namespace quic {
namespace test {

MockQuicSyscallWrapper::MockQuicSyscallWrapper(QuicSyscallWrapper* delegate) {}

}  // namespace test
}  // namespace quic