blob: 46aac8d80e13b11b7b6dfd6cb179ba284d8ab624 [file] [log] [blame]
// Copyright (c) 2016 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/tools/quic/test_tools/mock_quic_server_session_visitor.h"
namespace net {
namespace test {
MockQuicSessionVisitor::MockQuicSessionVisitor() {}
MockQuicSessionVisitor::~MockQuicSessionVisitor() {}
MockQuicCryptoServerStreamHelper::MockQuicCryptoServerStreamHelper() {}
MockQuicCryptoServerStreamHelper::~MockQuicCryptoServerStreamHelper() {}
} // namespace test
} // namespace net