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

Unified Diff: media/cast/net/pacing/paced_sender.h

Issue 2877773002: Remove base::SupportsWeakPtr and base::NonThreadSafe from PacedSender (Closed)
Patch Set: Remove base::SupportsWeakPtr and base::NonThreadSafe from PacedSender Created 3 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/pacing/paced_sender.h
diff --git a/media/cast/net/pacing/paced_sender.h b/media/cast/net/pacing/paced_sender.h
index 7d601afaf626e8a715ff521673b0626c86b4df17..23b6c09998b8db1e221801b088bc583e473d6ab4 100644
--- a/media/cast/net/pacing/paced_sender.h
+++ b/media/cast/net/pacing/paced_sender.h
@@ -96,9 +96,7 @@ class PacedPacketSender {
virtual ~PacedPacketSender() {}
};
-class PacedSender : public PacedPacketSender,
- public base::NonThreadSafe,
- public base::SupportsWeakPtr<PacedSender> {
+class PacedSender : public PacedPacketSender {
public:
// |recent_packet_events| is an externally-owned vector where PacedSender will
// add PacketEvents related to sending, retransmission, and rejection. The
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698