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

Unified Diff: net/quic/test_tools/quic_stream_factory_peer.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: net/quic/test_tools/quic_stream_factory_peer.h
diff --git a/net/quic/test_tools/quic_stream_factory_peer.h b/net/quic/test_tools/quic_stream_factory_peer.h
index 0c314778fdd1ab80b46b406a1d8f7544937ef731..373f71f58d879a252a0272362dbe5917a3bfbd56 100644
--- a/net/quic/test_tools/quic_stream_factory_peer.h
+++ b/net/quic/test_tools/quic_stream_factory_peer.h
@@ -70,7 +70,7 @@ class QuicStreamFactoryPeer {
static QuicAsyncStatus StartCertVerifyJob(QuicStreamFactory* factory,
const QuicServerId& server_id,
int cert_verify_flags,
- const BoundNetLog& net_log);
+ const NetLogWithSource& net_log);
static void SetYieldAfterPackets(QuicStreamFactory* factory,
int yield_after_packets);

Powered by Google App Engine
This is Rietveld 408576698