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

Unified Diff: pc/quicdatachannel.h

Issue 3007973002: Mark template class RefCountedObject as final.
Patch Set: Rebased. Created 3 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: pc/quicdatachannel.h
diff --git a/pc/quicdatachannel.h b/pc/quicdatachannel.h
index 347d227fe122175e0712863614607ecf99725958..38fe5651300b7bd20f06f6453abfc9589f9dd326 100644
--- a/pc/quicdatachannel.h
+++ b/pc/quicdatachannel.h
@@ -75,7 +75,7 @@ bool ParseQuicDataMessageHeader(const char* data,
//
// TODO(mikescarlett): Implement ordered delivery, unreliable delivery, and
// an OPEN message similar to the one for SCTP.
-class QuicDataChannel : public rtc::RefCountedObject<DataChannelInterface>,
+class QuicDataChannel : public DataChannelInterface,
public sigslot::has_slots<> {
public:
// Message stores buffered data from the incoming QUIC stream. The QUIC stream

Powered by Google App Engine
This is Rietveld 408576698