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.
5 #include "net/proxy/proxy_resolver_factory.h"
7 #include "net/base/net_errors.h"
8 #include "net/proxy/proxy_resolver.h"
12 ProxyResolverFactory::ProxyResolverFactory(bool expects_pac_bytes
)
13 : expects_pac_bytes_(expects_pac_bytes
) {
16 ProxyResolverFactory::~ProxyResolverFactory() {