| 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*,
|
|
|