chromium/chrome/browser/net/proxy_service_factory.h

// Copyright 2011 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_BROWSER_NET_PROXY_SERVICE_FACTORY_H_
#define CHROME_BROWSER_NET_PROXY_SERVICE_FACTORY_H_

#include <memory>

class PrefProxyConfigTracker;
class PrefService;
class Profile;

namespace net {
class ProxyConfigService;
}

class ProxyServiceFactory {};

#endif  // CHROME_BROWSER_NET_PROXY_SERVICE_FACTORY_H_