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

Unified Diff: Source/platform/exported/WebSourceInfo.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/WebSourceInfo.cpp
diff --git a/Source/platform/exported/WebSourceInfo.cpp b/Source/platform/exported/WebSourceInfo.cpp
index d96a5f8693d17296bdfb2686efc8b00bbeb4e986..04eef206074319e4a2cbb64ffb7a5093eba5f5a6 100644
--- a/Source/platform/exported/WebSourceInfo.cpp
+++ b/Source/platform/exported/WebSourceInfo.cpp
@@ -33,7 +33,7 @@
namespace blink {
-class WebSourceInfoPrivate FINAL : 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/WebRTCSessionDescription.cpp ('k') | Source/platform/exported/WebSpeechSynthesizerClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698