| Index: chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc
|
| diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc b/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc
|
| index 8b52db2607e3c6731188cd4f00cc5e1390d148ac..d60ba1d453f58e657aa885774cd00c2e39fcfdb7 100644
|
| --- a/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc
|
| +++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc
|
| @@ -162,7 +162,7 @@ TEST_F(DataReductionProxySettingsAndroidTest, TestGetDataReductionProxyOrigin) {
|
|
|
| TEST_F(DataReductionProxySettingsAndroidTest,
|
| TestGetDataReductionProxyDevOrigin) {
|
| - CommandLine::ForCurrentProcess()->AppendSwitchASCII(
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitchASCII(
|
| data_reduction_proxy::switches::kDataReductionProxyDev,
|
| kDataReductionProxyDev);
|
| ResetSettings(true, true, false, true, false);
|
|
|