blob: 9b5d4c0a186f5ac22f3f54c6d01a896413429b1c [file] [log] [blame]
// Copyright (c) 2012 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 {
MockQuicServerSessionVisitor::MockQuicServerSessionVisitor() {}
MockQuicServerSessionVisitor::~MockQuicServerSessionVisitor() {}
MockQuicServerSessionHelper::MockQuicServerSessionHelper() {}
MockQuicServerSessionHelper::~MockQuicServerSessionHelper() {}
} // namespace test
} // namespace net