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

Unified Diff: Source/platform/exported/WebMediaDeviceInfo.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/WebMediaConstraints.cpp ('k') | Source/platform/exported/WebMediaStreamSource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebMediaDeviceInfo.cpp
diff --git a/Source/platform/exported/WebMediaDeviceInfo.cpp b/Source/platform/exported/WebMediaDeviceInfo.cpp
index eebe3b8ee0bb428d7a83974e80fde892b238ac27..c91a61c3e7888b3881beeba2b9527c17e6c5c64e 100644
--- a/Source/platform/exported/WebMediaDeviceInfo.cpp
+++ b/Source/platform/exported/WebMediaDeviceInfo.cpp
@@ -33,7 +33,7 @@
namespace blink {
-class WebMediaDeviceInfoPrivate FINAL : public RefCounted<WebMediaDeviceInfoPrivate> {
+class WebMediaDeviceInfoPrivate final : public RefCounted<WebMediaDeviceInfoPrivate> {
public:
static PassRefPtr<WebMediaDeviceInfoPrivate> create(const WebString& deviceId, WebMediaDeviceInfo::MediaDeviceKind, const WebString& label, const WebString& groupId);
« no previous file with comments | « Source/platform/exported/WebMediaConstraints.cpp ('k') | Source/platform/exported/WebMediaStreamSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698