Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc |
index 99eb96ef2b72d5792329c247ea2a35f0827abf18..a48459f1f889fd5d92c4a937c8e224325316c9fc 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc |
@@ -129,7 +129,7 @@ void SetHeaderExpectations(const std::string& session, |
std::string(kExperimentsOption) + "=" + experiment); |
} |
if (!expected_options.empty()) |
- *expected_header = JoinString(expected_options, ", "); |
+ *expected_header = base::JoinString(expected_options, ", "); |
} |
} // namespace |