Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc |
index f39d95e837b7600693e40f1dcde7695c7ef6e571..9bfd9bd8fe5e00a106e84e0776fcac5cc0768c45 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc |
@@ -63,7 +63,7 @@ |
} |
config.proxy_rules().bypass_rules.ParseFromString( |
- base::JoinString(bypass_rules_, ", ")); |
+ JoinString(bypass_rules_, ", ")); |
// The ID is set to a bogus value. It cannot be left uninitialized, else the |
// config will return invalid. |
net::ProxyConfig::ID unused_id = 1; |