| Index: third_party/WebKit/Source/modules/credentialmanager/CredentialManagerClient.h
|
| diff --git a/third_party/WebKit/Source/modules/credentialmanager/CredentialManagerClient.h b/third_party/WebKit/Source/modules/credentialmanager/CredentialManagerClient.h
|
| index cacf66fe15d59b2b85ce547b42fcd8dabb1e8933..ac2d3aa7a307d96c1fb968060fcb857d901c00bb 100644
|
| --- a/third_party/WebKit/Source/modules/credentialmanager/CredentialManagerClient.h
|
| +++ b/third_party/WebKit/Source/modules/credentialmanager/CredentialManagerClient.h
|
| @@ -18,8 +18,9 @@ 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.
|
| +// CredentialManagerClient lives as a supplement to Page, and wraps the
|
| +// embedder-provided WebCredentialManagerClient's methods to make them visible
|
| +// to the bindings code.
|
| class MODULES_EXPORT CredentialManagerClient final
|
| : public GarbageCollectedFinalized<CredentialManagerClient>,
|
| public Supplement<Page> {
|
|
|