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

Unified Diff: Source/modules/credentialmanager/FederatedCredential.h

Issue 635233004: Replace FINAL and OVERRIDE with their C++11 counterparts in Source/modules (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/modules/credentialmanager/FederatedCredential.h
diff --git a/Source/modules/credentialmanager/FederatedCredential.h b/Source/modules/credentialmanager/FederatedCredential.h
index 34dd167b8188f20fe4ff2e85119f2e00a47f5721..a86941c7c8b19ab520bd0a5edae70ad493fbbd6b 100644
--- a/Source/modules/credentialmanager/FederatedCredential.h
+++ b/Source/modules/credentialmanager/FederatedCredential.h
@@ -15,7 +15,7 @@ namespace blink {
class WebFederatedCredential;
-class FederatedCredential FINAL : public Credential {
+class FederatedCredential final : public Credential {
DEFINE_WRAPPERTYPEINFO();
public:
static FederatedCredential* create(WebFederatedCredential*);
« no previous file with comments | « Source/modules/credentialmanager/CredentialsContainer.cpp ('k') | Source/modules/credentialmanager/LocalCredential.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698