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

Unified Diff: Source/platform/exported/WebSourceInfo.cpp

Issue 47613002: Use FINAL macro for classes whose virtual destructor was removed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 | « Source/platform/exported/WebRTCICECandidate.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebSourceInfo.cpp
diff --git a/Source/platform/exported/WebSourceInfo.cpp b/Source/platform/exported/WebSourceInfo.cpp
index 974474838eecd1140d5570cea652a23d91288e0c..39d97c2661fb192b6860a8e4d02209384dc2bfc7 100644
--- a/Source/platform/exported/WebSourceInfo.cpp
+++ b/Source/platform/exported/WebSourceInfo.cpp
@@ -33,7 +33,7 @@
namespace WebKit {
-class WebSourceInfoPrivate : public RefCounted<WebSourceInfoPrivate> {
+class WebSourceInfoPrivate FINAL : public RefCounted<WebSourceInfoPrivate> {
public:
static PassRefPtr<WebSourceInfoPrivate> create(const WebString& id, WebSourceInfo::SourceKind, const WebString& label, WebSourceInfo::VideoFacingMode);
« no previous file with comments | « Source/platform/exported/WebRTCICECandidate.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698