Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / net / tools / quic / test_tools / mock_quic_server_session_visitor.cc
blob552c2954233a72e1b4424ddd4d9ff7403f4f7bf9
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "net/tools/quic/test_tools/mock_quic_server_session_visitor.h"
7 namespace net {
8 namespace tools {
9 namespace test {
11 MockQuicServerSessionVisitor::MockQuicServerSessionVisitor() {}
13 MockQuicServerSessionVisitor::~MockQuicServerSessionVisitor() {}
15 } // namespace test
16 } // namespace tools
17 } // namespace net