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

Unified Diff: third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.h

Issue 2395473002: reflow comments in modules/webdatabase (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/webdatabase/SQLTransactionClient.h
diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.h b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.h
index 5e365f41c76038f7fbe54ee29a2f72971026c0e4..f2091a8b56503cb2294d7f00793d583006acd5da 100644
--- a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.h
+++ b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.h
@@ -38,8 +38,8 @@ namespace blink {
class Database;
-// A client to the SQLTransaction class. Allows SQLTransaction to notify interested
-// parties that certain things have happened in a transaction.
+// A client to the SQLTransaction class. Allows SQLTransaction to notify
+// interested parties that certain things have happened in a transaction.
class SQLTransactionClient {
WTF_MAKE_NONCOPYABLE(SQLTransactionClient);
USING_FAST_MALLOC(SQLTransactionClient);

Powered by Google App Engine
This is Rietveld 408576698