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

Unified Diff: net/quic/core/quic_ack_listener_interface.h

Issue 2580393003: Replace QuicAckListenerInterface* with scoped_refptr<QuicAckListenerInterface>. (Closed)
Patch Set: 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/chromium/quic_chromium_client_stream_test.cc ('k') | net/quic/core/quic_ack_listener_interface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_ack_listener_interface.h
diff --git a/net/quic/core/quic_ack_listener_interface.h b/net/quic/core/quic_ack_listener_interface.h
index c841fe854136ad3f2cf82fc5c0f4fd0b4168c11c..a139714350c9fc97d0195660d5395fcc157e5936 100644
--- a/net/quic/core/quic_ack_listener_interface.h
+++ b/net/quic/core/quic_ack_listener_interface.h
@@ -35,7 +35,7 @@ class QUIC_EXPORT_PRIVATE QuicAckListenerInterface
};
struct QUIC_EXPORT_PRIVATE AckListenerWrapper {
- AckListenerWrapper(QuicAckListenerInterface* listener,
+ AckListenerWrapper(const scoped_refptr<QuicAckListenerInterface>& listener,
QuicPacketLength data_length);
AckListenerWrapper(const AckListenerWrapper& other);
~AckListenerWrapper();
« no previous file with comments | « net/quic/chromium/quic_chromium_client_stream_test.cc ('k') | net/quic/core/quic_ack_listener_interface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698