Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / credentialmanager / CredentialManagerClient.h
index 5334638..1e7d6b8 100644 (file)
 namespace blink {
 
 class ExecutionContext;
-class KURL;
 class Page;
 class WebCredential;
 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*);