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

Unified Diff: api/test/mock_rtpsender.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: api/test/mock_rtpsender.h
diff --git a/api/test/mock_rtpsender.h b/api/test/mock_rtpsender.h
index a89fa9264abd0550df3f0b68d69ab1a1d2311540..86af3b037dc724d3e584f1866ec24e5004870859 100644
--- a/api/test/mock_rtpsender.h
+++ b/api/test/mock_rtpsender.h
@@ -19,7 +19,7 @@
namespace webrtc {
-class MockRtpSender : public rtc::RefCountedObject<RtpSenderInterface> {
+class MockRtpSender : public RtpSenderInterface {
public:
MOCK_METHOD1(SetTrack, bool(MediaStreamTrackInterface*));
MOCK_CONST_METHOD0(track, rtc::scoped_refptr<MediaStreamTrackInterface>());

Powered by Google App Engine
This is Rietveld 408576698