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

Unified Diff: Source/modules/credentialmanager/CredentialsContainer.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/CredentialsContainer.h
diff --git a/Source/modules/credentialmanager/CredentialsContainer.h b/Source/modules/credentialmanager/CredentialsContainer.h
index abf2d79456abb1b81ee6cd045de2f3e0b1cf14c4..9b3dd2f57ddcefe2c8937e90e366306064c565d5 100644
--- a/Source/modules/credentialmanager/CredentialsContainer.h
+++ b/Source/modules/credentialmanager/CredentialsContainer.h
@@ -15,7 +15,7 @@ class Dictionary;
class ScriptPromise;
class ScriptState;
-class CredentialsContainer FINAL : public GarbageCollected<CredentialsContainer>, public ScriptWrappable {
+class CredentialsContainer final : public GarbageCollected<CredentialsContainer>, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
static CredentialsContainer* create();
« no previous file with comments | « Source/modules/credentialmanager/CredentialManagerClient.h ('k') | Source/modules/credentialmanager/CredentialsContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698