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

Unified Diff: Source/modules/credentialmanager/CredentialManagerClient.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
« no previous file with comments | « Source/modules/beacon/NavigatorBeacon.h ('k') | Source/modules/credentialmanager/CredentialsContainer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/credentialmanager/CredentialManagerClient.h
diff --git a/Source/modules/credentialmanager/CredentialManagerClient.h b/Source/modules/credentialmanager/CredentialManagerClient.h
index 533463890fcea0abed77a8a776533f8550ac2e23..d699c1324e976ff243c408f16f4a17b4198e8e1e 100644
--- a/Source/modules/credentialmanager/CredentialManagerClient.h
+++ b/Source/modules/credentialmanager/CredentialManagerClient.h
@@ -19,7 +19,7 @@ class WebURL;
// CredentialManagerClient lives as a supplement to Page, and wraps the embedder-provided
// WebCredentialManagerClient's methods to make them visible to the bindings code.
-class CredentialManagerClient FINAL : public NoBaseWillBeGarbageCollectedFinalized<CredentialManagerClient>, public WillBeHeapSupplement<Page> {
+class CredentialManagerClient final : public NoBaseWillBeGarbageCollectedFinalized<CredentialManagerClient>, public WillBeHeapSupplement<Page> {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(CredentialManagerClient);
public:
explicit CredentialManagerClient(WebCredentialManagerClient*);
« no previous file with comments | « Source/modules/beacon/NavigatorBeacon.h ('k') | Source/modules/credentialmanager/CredentialsContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698