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

Unified Diff: net/quic/test_tools/quic_stream_peer.h

Issue 2589983002: Create a QUIC wrapper around scoped_refptr. (Closed)
Patch Set: rm = nullptr Created 4 years 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
« no previous file with comments | « net/quic/test_tools/quic_crypto_server_config_peer.cc ('k') | net/quic/test_tools/quic_stream_peer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/quic_stream_peer.h
diff --git a/net/quic/test_tools/quic_stream_peer.h b/net/quic/test_tools/quic_stream_peer.h
index e8aeda5ec4aa725ca0deae4f69ce74d9ea2599bd..0ddb373a8877fcf459a3b6a7ef8c2094aa4ff19f 100644
--- a/net/quic/test_tools/quic_stream_peer.h
+++ b/net/quic/test_tools/quic_stream_peer.h
@@ -42,7 +42,8 @@ class QuicStreamPeer {
QuicStream* stream,
base::StringPiece data,
bool fin,
- scoped_refptr<QuicAckListenerInterface> ack_notifier_delegate);
+ QuicReferenceCountedPointer<QuicAckListenerInterface>
+ ack_notifier_delegate);
static net::QuicStreamSequencer* sequencer(QuicStream* stream);
« no previous file with comments | « net/quic/test_tools/quic_crypto_server_config_peer.cc ('k') | net/quic/test_tools/quic_stream_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698