Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(753)

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h

Issue 2351513002: net: rename BoundNetLog to NetLogWithSource (Closed)
Patch Set: one more fix, content bound_net_log_ Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 34e55553cdd6a7e9911bab5a7d37edf9570bbce5..403fb8d3e7be71565bc20b669a1754271eebe4b5 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
@@ -244,7 +244,7 @@ class DataReductionProxyConfigServiceClient
std::unique_ptr<net::URLFetcher> fetcher_;
// Used to correlate the start and end of requests.
- net::BoundNetLog bound_net_log_;
+ net::NetLogWithSource net_log_with_source_;
// Used to determine the latency in retrieving the Data Reduction Proxy
// configuration.

Powered by Google App Engine
This is Rietveld 408576698