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

Unified Diff: net/quic/test_tools/quic_stream_factory_peer.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/test_tools/quic_stream_factory_peer.cc
diff --git a/net/quic/test_tools/quic_stream_factory_peer.cc b/net/quic/test_tools/quic_stream_factory_peer.cc
index fd92db5f4a5ffa0e3344da7d752b46768141cbd8..0ea8fcd2729380b27f7e8fdad42980669e5d108d 100644
--- a/net/quic/test_tools/quic_stream_factory_peer.cc
+++ b/net/quic/test_tools/quic_stream_factory_peer.cc
@@ -104,7 +104,7 @@ QuicAsyncStatus QuicStreamFactoryPeer::StartCertVerifyJob(
QuicStreamFactory* factory,
const QuicServerId& server_id,
int cert_verify_flags,
- const BoundNetLog& net_log) {
+ const NetLogWithSource& net_log) {
return factory->StartCertVerifyJob(server_id, cert_verify_flags, net_log);
}

Powered by Google App Engine
This is Rietveld 408576698