|
Mark template class RefCountedObject as final.
RefCountedObject should only ever be used as a leaf class in the
inheritance tree.
With final, the compiler can identify places where this template is
used incorrectly; this cl tries to fix them all.
BUG= webrtc:8270
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+127 lines, -113 lines) |
Patch |
 |
M |
api/test/mock_rtpreceiver.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
api/test/mock_rtpsender.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ortc/ortcrtpreceiveradapter.cc
|
View
|
1
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ortc/ortcrtpsenderadapter.cc
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
pc/peerconnection.cc
|
View
|
1
|
7 chunks |
+22 lines, -13 lines |
0 comments
|
Download
|
 |
M |
pc/quicdatachannel.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
pc/rtcstatscollector_unittest.cc
|
View
|
1
|
12 chunks |
+19 lines, -19 lines |
0 comments
|
Download
|
 |
M |
pc/rtpreceiver.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
pc/rtpreceiver.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
pc/rtpsender.h
|
View
|
1
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
pc/rtpsenderreceiver_unittest.cc
|
View
|
1
|
10 chunks |
+22 lines, -15 lines |
3 comments
|
Download
|
 |
M |
pc/statscollector_unittest.cc
|
View
|
1
|
27 chunks |
+32 lines, -31 lines |
0 comments
|
Download
|
 |
M |
pc/test/mock_datachannel.h
|
View
|
1
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
pc/test/mock_peerconnection.h
|
View
|
1
|
2 chunks |
+5 lines, -7 lines |
0 comments
|
Download
|
 |
M |
pc/webrtcsession_unittest.cc
|
View
|
1
|
5 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
rtc_base/refcountedobject.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 17 (6 generated)
|