From a9944f08e4c9730993d012496a688039cf48936e Mon Sep 17 00:00:00 2001 From: "hayato@chromium.org" Date: Thu, 10 Dec 2009 10:37:27 +0000 Subject: Separate ProxyResolverMac and ProxyConfigServiceMac into their own files and extract common utility functions into other files. TEST=trybot and MacUtilTest in base_unittests BUG=27310 Review URL: http://codereview.chromium.org/463028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34243 0039d316-1c4b-4281-b951-d872f2087c98 --- net/proxy/proxy_resolver_mac.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'net/proxy/proxy_resolver_mac.h') 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_ -- cgit v1.1