summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_config_service_common_unittest.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/proxy/proxy_config_service_common_unittest.h')
-rw-r--r--net/proxy/proxy_config_service_common_unittest.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/proxy/proxy_config_service_common_unittest.h b/net/proxy/proxy_config_service_common_unittest.h
index 783fc6f..66ddfa6 100644
--- a/net/proxy/proxy_config_service_common_unittest.h
+++ b/net/proxy/proxy_config_service_common_unittest.h
@@ -14,6 +14,8 @@
namespace net {
+class ProxyBypassRules;
+
ProxyConfig::ProxyRules MakeProxyRules(
ProxyConfig::ProxyRules::Type type,
const char* single_proxy,
@@ -35,10 +37,8 @@ ProxyConfig::ProxyRules MakeProxyPerSchemeRules(
const char* proxy_ftp,
const char* socks_proxy);
-typedef std::vector<std::string> BypassList;
-
// Joins the proxy bypass list using "\n" to make it into a single string.
-std::string FlattenProxyBypass(const BypassList& proxy_bypass);
+std::string FlattenProxyBypass(const ProxyBypassRules& bypass_rules);
} // namespace net