Chromium Code Reviews| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h |
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h |
| index 713cf3f8cb56e46703bf3452405b8143ad93540b..bc64e3f96058829de5d2eaa6d66416df89e9d3e2 100644 |
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h |
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h |
| @@ -46,8 +46,8 @@ class TestDataReductionProxyParams : public DataReductionProxyParams { |
| static std::string FlagAltFallbackOrigin(); |
| static std::string FlagProbeURL(); |
| - void set_origin(const GURL& origin); |
| - void set_fallback_origin(const GURL& fallback_origin); |
| + void set_origin(const net::ProxyServer& origin); |
|
bengr
2015/02/04 00:49:26
namespace net {
class ProxyServer;
}
tbansal1
2015/02/04 22:49:11
Done.
|
| + void set_fallback_origin(const net::ProxyServer& fallback_origin); |
| protected: |
| std::string GetDefaultDevOrigin() const override; |