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

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

Issue 631803002: Replacing the OVERRIDE with override and FINAL with final (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase issue Created 6 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
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)
{
« no previous file with comments | « Source/platform/exported/WebMediaStreamSource.cpp ('k') | Source/platform/exported/WebRTCSessionDescription.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698