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

Unified Diff: rtc_base/refcountedobject.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
« pc/rtpsenderreceiver_unittest.cc ('K') | « pc/webrtcsession_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rtc_base/refcountedobject.h
diff --git a/rtc_base/refcountedobject.h b/rtc_base/refcountedobject.h
index 182e027b92dea050b9c2f57a6322a8cedeb57731..949c0ca84796a086c61c65f79826d73dc031c4d3 100644
--- a/rtc_base/refcountedobject.h
+++ b/rtc_base/refcountedobject.h
@@ -17,7 +17,7 @@
namespace rtc {
template <class T>
-class RefCountedObject : public T {
+class RefCountedObject final : public T {
public:
RefCountedObject() {}
« pc/rtpsenderreceiver_unittest.cc ('K') | « pc/webrtcsession_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698