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

Unified Diff: third_party/WebKit/Source/modules/filesystem/DOMFileSystemBase.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/DOMFileSystemBase.h
diff --git a/third_party/WebKit/Source/modules/filesystem/DOMFileSystemBase.h b/third_party/WebKit/Source/modules/filesystem/DOMFileSystemBase.h
index 0cbac7a630b5bc3da3f2efd338b40283f0fa80f0..88df69218a11fb3f6dd24e99dfef16660b550a03 100644
--- a/third_party/WebKit/Source/modules/filesystem/DOMFileSystemBase.h
+++ b/third_party/WebKit/Source/modules/filesystem/DOMFileSystemBase.h
@@ -66,8 +66,8 @@ class MODULES_EXPORT DOMFileSystemBase
Asynchronous,
};
- // Path prefixes that are used in the filesystem URLs (that can be obtained by toURL()).
- // http://www.w3.org/TR/file-system-api/#widl-Entry-toURL
+ // Path prefixes that are used in the filesystem URLs (that can be obtained by
+ // toURL()). http://www.w3.org/TR/file-system-api/#widl-Entry-toURL
static const char persistentPathPrefix[];
static const char temporaryPathPrefix[];
static const char isolatedPathPrefix[];
@@ -112,7 +112,8 @@ class MODULES_EXPORT DOMFileSystemBase
FileSystemType,
const String name);
- // Actual FileSystem API implementations. All the validity checks on virtual paths are done at this level.
+ // Actual FileSystem API implementations. All the validity checks on virtual
+ // paths are done at this level.
void getMetadata(const EntryBase*,
MetadataCallback*,
ErrorCallbackBase*,

Powered by Google App Engine
This is Rietveld 408576698