Index: Source/platform/exported/WebRTCICECandidate.cpp |
diff --git a/Source/platform/exported/WebRTCICECandidate.cpp b/Source/platform/exported/WebRTCICECandidate.cpp |
index 7788fe5fecba5939680fe628d569c0de19c28435..9b4bd52d56ce1e3ba9e841426ad38cf62bd0debd 100644 |
--- a/Source/platform/exported/WebRTCICECandidate.cpp |
+++ b/Source/platform/exported/WebRTCICECandidate.cpp |
@@ -37,7 +37,7 @@ |
namespace blink { |
-class WebRTCICECandidatePrivate FINAL : public RefCounted<WebRTCICECandidatePrivate> { |
+class WebRTCICECandidatePrivate final : public RefCounted<WebRTCICECandidatePrivate> { |
public: |
static PassRefPtr<WebRTCICECandidatePrivate> create(const WebString& candidate, const WebString& sdpMid, unsigned short sdpMLineIndex) |
{ |