bidirectional_stream_request_info.cc 415 B

12345678910111213
  1. // Copyright 2015 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. #include "net/http/bidirectional_stream_request_info.h"
  5. namespace net {
  6. BidirectionalStreamRequestInfo::BidirectionalStreamRequestInfo() = default;
  7. BidirectionalStreamRequestInfo::~BidirectionalStreamRequestInfo() = default;
  8. } // namespace net