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

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: REBASE 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..d25b312233a76002841975b5371e0a29132d1c43 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 bound_net_log_;
// Used to determine the latency in retrieving the Data Reduction Proxy
// configuration.

Powered by Google App Engine
This is Rietveld 408576698