http_request_info.cc 465 B

1234567891011121314151617
  1. // Copyright (c) 2010 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/http_request_info.h"
  5. #include "net/dns/public/secure_dns_policy.h"
  6. namespace net {
  7. HttpRequestInfo::HttpRequestInfo() = default;
  8. HttpRequestInfo::HttpRequestInfo(const HttpRequestInfo& other) = default;
  9. HttpRequestInfo::~HttpRequestInfo() = default;
  10. } // namespace net