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

Unified Diff: third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h

Issue 2388423003: reflow comments in modules/[fetch,indexeddb] (Closed)
Patch Set: rebase 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/filesystem/DOMWindowFileSystem.h
diff --git a/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h b/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h
index 697c9b78507d3ea95390ea170a0949dfc23756fd..6937c6e8c9bfe1b8380daf7d6802291d429368cd 100644
--- a/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h
+++ b/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h
@@ -51,8 +51,8 @@ class DOMWindowFileSystem {
EntryCallback*,
ErrorCallback*);
- // They are placed here and in all capital letters so they can be checked against the constants in the
- // IDL at compile time.
+ // They are placed here and in all capital letters so they can be checked
+ // against the constants in the IDL at compile time.
enum {
kTemporary,
kPersistent,

Powered by Google App Engine
This is Rietveld 408576698