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

Unified Diff: Source/platform/exported/WebRTCSessionDescription.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
« no previous file with comments | « Source/platform/exported/WebRTCICECandidate.cpp ('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/WebRTCSessionDescription.cpp
diff --git a/Source/platform/exported/WebRTCSessionDescription.cpp b/Source/platform/exported/WebRTCSessionDescription.cpp
index fab87535bad3f3ca8e7e876f3c42dd4a722c7f85..cff10654e6e8f1b48923a7ed9b3360e361178896 100644
--- a/Source/platform/exported/WebRTCSessionDescription.cpp
+++ b/Source/platform/exported/WebRTCSessionDescription.cpp
@@ -38,7 +38,7 @@
namespace blink {
-class WebRTCSessionDescriptionPrivate FINAL : public RefCounted<WebRTCSessionDescriptionPrivate> {
+class WebRTCSessionDescriptionPrivate final : public RefCounted<WebRTCSessionDescriptionPrivate> {
public:
static PassRefPtr<WebRTCSessionDescriptionPrivate> create(const WebString& type, const WebString& sdp);
« no previous file with comments | « Source/platform/exported/WebRTCICECandidate.cpp ('k') | Source/platform/exported/WebSourceInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698