QUICHE team | 82dee2f | 2019-01-18 12:35:12 -0500 | [diff] [blame] | 1 | // 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 | |
| 7 | namespace spdy { |
| 8 | |
| 9 | namespace test { |
| 10 | |
| 11 | MockSpdyFramerVisitor::MockSpdyFramerVisitor() { |
| 12 | DelegateHeaderHandling(); |
| 13 | } |
| 14 | |
| 15 | MockSpdyFramerVisitor::~MockSpdyFramerVisitor() = default; |
| 16 | |
| 17 | } // namespace test |
| 18 | |
| 19 | } // namespace spdy |