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

Unified Diff: third_party/WebKit/Source/modules/credentialmanager/CredentialManagerClient.h

Issue 2392443007: reflow comments in modules/[app_banner,encoding] (Closed)
Patch Set: Created 4 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: 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> {

Powered by Google App Engine
This is Rietveld 408576698