Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h |
index 403fb8d3e7be71565bc20b669a1754271eebe4b5..4ce999dedfc75ce9e975bbf2897f47329513931f 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h |
@@ -18,7 +18,7 @@ |
#include "base/timer/timer.h" |
#include "net/base/backoff_entry.h" |
#include "net/base/network_change_notifier.h" |
-#include "net/log/net_log.h" |
+#include "net/log/net_log_with_source.h" |
#include "net/url_request/url_fetcher_delegate.h" |
#include "url/gurl.h" |
@@ -30,6 +30,7 @@ namespace net { |
class HostPortPair; |
class HttpRequestHeaders; |
class HttpResponseHeaders; |
+class NetLog; |
struct LoadTimingInfo; |
class URLFetcher; |
class URLRequestContextGetter; |