OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2016 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #include "net/tools/quic/test_tools/mock_quic_server_session_visitor.h" | 5 #include "net/tools/quic/test_tools/mock_quic_server_session_visitor.h" |
6 | 6 |
7 namespace net { | 7 namespace net { |
8 namespace test { | 8 namespace test { |
9 | 9 |
10 MockQuicServerSessionVisitor::MockQuicServerSessionVisitor() {} | 10 MockQuicSessionVisitor::MockQuicSessionVisitor() {} |
11 | 11 |
12 MockQuicServerSessionVisitor::~MockQuicServerSessionVisitor() {} | 12 MockQuicSessionVisitor::~MockQuicSessionVisitor() {} |
13 | 13 |
14 MockQuicCryptoServerStreamHelper::MockQuicCryptoServerStreamHelper() {} | 14 MockQuicCryptoServerStreamHelper::MockQuicCryptoServerStreamHelper() {} |
15 | 15 |
16 MockQuicCryptoServerStreamHelper::~MockQuicCryptoServerStreamHelper() {} | 16 MockQuicCryptoServerStreamHelper::~MockQuicCryptoServerStreamHelper() {} |
17 | 17 |
18 } // namespace test | 18 } // namespace test |
19 } // namespace net | 19 } // namespace net |
OLD | NEW |