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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc

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_metrics_unittest.cc
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc
index 435239257b9e1016abd414841a0e48fea38ac47a..1b77cc60624913c9c65abd1025e2830eab96af86 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc
@@ -188,8 +188,8 @@ TEST(ChromeNetworkDailyDataSavingMetricsTest,
EXPECT_TRUE(context.proxy_service()->MarkProxiesAsBadUntil(
proxy_info, test_case.bypass_duration,
std::vector<net::ProxyServer>(),
- net::BoundNetLog::Make(context.net_log(),
- net::NetLogSourceType::NONE)));
+ net::NetLogWithSource::Make(context.net_log(),
+ net::NetLogSourceType::NONE)));
}
EXPECT_EQ(test_case.expected_request_type,

Powered by Google App Engine
This is Rietveld 408576698