Index: components/data_reduction_proxy/core/browser/BUILD.gn |
diff --git a/components/data_reduction_proxy/core/browser/BUILD.gn b/components/data_reduction_proxy/core/browser/BUILD.gn |
index c5bb2872be800f97e4ffe83207ce068af249e62c..bb3675b6a297d85c47740d3bbaa0e68d5bf06c5f 100644 |
--- a/components/data_reduction_proxy/core/browser/BUILD.gn |
+++ b/components/data_reduction_proxy/core/browser/BUILD.gn |
@@ -6,8 +6,7 @@ static_library("browser") { |
sources = [ |
"data_reduction_proxy_auth_request_handler.cc", |
"data_reduction_proxy_auth_request_handler.h", |
- "data_reduction_proxy_config_service.cc", |
- "data_reduction_proxy_config_service.h", |
+ "data_reduction_proxy_configurator.cc", |
"data_reduction_proxy_configurator.h", |
"data_reduction_proxy_delegate.cc", |
"data_reduction_proxy_delegate.h", |
@@ -71,7 +70,7 @@ source_set("unit_tests") { |
testonly = true |
sources = [ |
"data_reduction_proxy_auth_request_handler_unittest.cc", |
- "data_reduction_proxy_config_service_unittest.cc", |
+ "data_reduction_proxy_configurator_unittest.cc", |
"data_reduction_proxy_interceptor_unittest.cc", |
"data_reduction_proxy_metrics_unittest.cc", |
"data_reduction_proxy_network_delegate_unittest.cc", |