Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(486)

Side by Side Diff: net/tools/quic/test_tools/mock_quic_server_session_visitor.cc

Issue 2460163002: Refactor QuicServerSessionBase::Visitor (Closed)
Patch Set: Updated patchset dependency Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698