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

Unified Diff: Source/platform/exported/WebMediaConstraints.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/WebMediaConstraints.cpp
diff --git a/Source/platform/exported/WebMediaConstraints.cpp b/Source/platform/exported/WebMediaConstraints.cpp
index b4084bd7bff3cc26660bfacfece13a0239a938c0..6e617b5cacea4c5faefae77ee227a3466dc349c1 100644
--- a/Source/platform/exported/WebMediaConstraints.cpp
+++ b/Source/platform/exported/WebMediaConstraints.cpp
@@ -37,7 +37,7 @@
namespace blink {
-class WebMediaConstraintsPrivate FINAL : public RefCounted<WebMediaConstraintsPrivate> {
+class WebMediaConstraintsPrivate final : public RefCounted<WebMediaConstraintsPrivate> {
public:
static PassRefPtr<WebMediaConstraintsPrivate> create();
static PassRefPtr<WebMediaConstraintsPrivate> create(const WebVector<WebMediaConstraint>& optional, const WebVector<WebMediaConstraint>& mandatory);
« no previous file with comments | « Source/platform/credentialmanager/PlatformLocalCredential.h ('k') | Source/platform/exported/WebMediaDeviceInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698