summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/proxy/proxy_resolver_mac.h')
-rw-r--r--net/proxy/proxy_resolver_mac.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/net/proxy/proxy_resolver_mac.h b/net/proxy/proxy_resolver_mac.h
index b96795a..6676b2f 100644
--- a/net/proxy/proxy_resolver_mac.h
+++ b/net/proxy/proxy_resolver_mac.h
@@ -9,7 +9,6 @@
#include "googleurl/src/gurl.h"
#include "net/base/net_errors.h"
-#include "net/proxy/proxy_config_service.h"
#include "net/proxy/proxy_resolver.h"
namespace net {
@@ -42,12 +41,6 @@ class ProxyResolverMac : public ProxyResolver {
GURL pac_url_;
};
-class ProxyConfigServiceMac : public ProxyConfigService {
- public:
- // ProxyConfigService methods:
- virtual int GetProxyConfig(ProxyConfig* config);
-};
-
} // namespace net
#endif // NET_PROXY_PROXY_RESOLVER_MAC_H_