// 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 NET_PROXY_RESOLUTION_PROXY_CONFIG_SERVICE_H_ #define NET_PROXY_RESOLUTION_PROXY_CONFIG_SERVICE_H_ #include <memory> #include "base/memory/scoped_refptr.h" #include "net/base/net_export.h" namespace base { class SequencedTaskRunner; } // namespace base namespace net { class ProxyConfigWithAnnotation; // Service for watching when the proxy settings have changed. class NET_EXPORT ProxyConfigService { … }; } // namespace net #endif // NET_PROXY_RESOLUTION_PROXY_CONFIG_SERVICE_H_