// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/proxy_resolution/proxy_config_with_annotation.h" namespace net { namespace { constexpr NetworkTrafficAnnotationTag kDirectProxyTrafficAnnotation = …; } // namespace ProxyConfigWithAnnotation::ProxyConfigWithAnnotation() : … { … } ProxyConfigWithAnnotation::ProxyConfigWithAnnotation( const ProxyConfig& proxy_config, const NetworkTrafficAnnotationTag& traffic_annotation) : … { … } } // namespace net