Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc |
index a86034256afeccd8bb3ba45fa9890ca816c88874..ecb8af9ac1dc9e03c7b34f2da9adb787728abb05 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc |
@@ -34,6 +34,7 @@ |
#include "net/http/http_request_headers.h" |
#include "net/http/http_response_headers.h" |
#include "net/http/http_status_code.h" |
+#include "net/log/net_log_source_type.h" |
#include "net/proxy/proxy_server.h" |
#include "net/url_request/url_fetcher.h" |
#include "net/url_request/url_request_status.h" |
@@ -218,7 +219,7 @@ void DataReductionProxyConfigServiceClient::RetrieveConfig() { |
return; |
bound_net_log_ = net::BoundNetLog::Make( |
- net_log_, net::NetLog::SOURCE_DATA_REDUCTION_PROXY); |
+ net_log_, net::NetLogSourceType::DATA_REDUCTION_PROXY); |
// Strip off query string parameters |
GURL::Replacements replacements; |
replacements.ClearQuery(); |