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

Unified Diff: net/quic/chromium/quic_stream_factory_test.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: net/quic/chromium/quic_stream_factory_test.cc
diff --git a/net/quic/chromium/quic_stream_factory_test.cc b/net/quic/chromium/quic_stream_factory_test.cc
index 165f9f85c8e3a92ade569a3d4b3f7af904358d82..af1dd1406975d0556b3d6d76c5a1d54e9a035d3a 100644
--- a/net/quic/chromium/quic_stream_factory_test.cc
+++ b/net/quic/chromium/quic_stream_factory_test.cc
@@ -547,7 +547,7 @@ class QuicStreamFactoryTestBase {
GURL url4_;
PrivacyMode privacy_mode_;
- BoundNetLog net_log_;
+ NetLogWithSource net_log_;
TestCompletionCallback callback_;
// Variables to configure QuicStreamFactory.

Powered by Google App Engine
This is Rietveld 408576698