| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc
|
| index 6df5d3bd2ef17f94ffe468ce1d1831490e60f454..edcb216977aaa2145a92f740bed5f5f7776e8543 100644
|
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc
|
| @@ -81,22 +81,22 @@ TEST_F(DataReductionProxyParamsTest, NoDevOrigin) {
|
| }
|
|
|
| TEST_F(DataReductionProxyParamsTest, Flags) {
|
| - CommandLine::ForCurrentProcess()->AppendSwitchASCII(
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitchASCII(
|
| switches::kDataReductionProxy,
|
| TestDataReductionProxyParams::FlagOrigin());
|
| - CommandLine::ForCurrentProcess()->AppendSwitchASCII(
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitchASCII(
|
| switches::kDataReductionProxyFallback,
|
| TestDataReductionProxyParams::FlagFallbackOrigin());
|
| - CommandLine::ForCurrentProcess()->AppendSwitchASCII(
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitchASCII(
|
| switches::kDataReductionSSLProxy,
|
| TestDataReductionProxyParams::FlagSSLOrigin());
|
| - CommandLine::ForCurrentProcess()->AppendSwitchASCII(
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitchASCII(
|
| switches::kDataReductionProxyAlt,
|
| TestDataReductionProxyParams::FlagAltOrigin());
|
| - CommandLine::ForCurrentProcess()->AppendSwitchASCII(
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitchASCII(
|
| switches::kDataReductionProxyAltFallback,
|
| TestDataReductionProxyParams::FlagAltFallbackOrigin());
|
| - CommandLine::ForCurrentProcess()->AppendSwitchASCII(
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitchASCII(
|
| switches::kDataReductionProxyProbeURL,
|
| TestDataReductionProxyParams::FlagProbeURL());
|
| TestDataReductionProxyParams params(
|
|
|