blob: 053c25518e59a049ee333f4808ec0f755db30e8b [file] [log] [blame]
QUICHE team82dee2f2019-01-18 12:35:12 -05001// Copyright 2014 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.
4
5#include "net/third_party/quiche/src/spdy/core/mock_spdy_framer_visitor.h"
6
7namespace spdy {
8
9namespace test {
10
11MockSpdyFramerVisitor::MockSpdyFramerVisitor() {
12 DelegateHeaderHandling();
13}
14
15MockSpdyFramerVisitor::~MockSpdyFramerVisitor() = default;
16
17} // namespace test
18
19} // namespace spdy