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

Unified Diff: Source/platform/exported/WebRTCICECandidate.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/audio/Biquad.h ('k') | Source/platform/exported/WebSourceInfo.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebRTCICECandidate.cpp
diff --git a/Source/platform/exported/WebRTCICECandidate.cpp b/Source/platform/exported/WebRTCICECandidate.cpp
index a92d12c348c21b185fce03b8f16803fafbfb051f..220b54dfe807f565cae33fb2e7db3051f06b23c4 100644
--- a/Source/platform/exported/WebRTCICECandidate.cpp
+++ b/Source/platform/exported/WebRTCICECandidate.cpp
@@ -37,7 +37,7 @@
namespace WebKit {
-class WebRTCICECandidatePrivate : public RefCounted<WebRTCICECandidatePrivate> {
+class WebRTCICECandidatePrivate FINAL : public RefCounted<WebRTCICECandidatePrivate> {
public:
static PassRefPtr<WebRTCICECandidatePrivate> create(const WebString& candidate, const WebString& sdpMid, unsigned short sdpMLineIndex)
{
« no previous file with comments | « Source/platform/audio/Biquad.h ('k') | Source/platform/exported/WebSourceInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698