| Index: third_party/WebKit/Source/platform/AsyncFileSystemCallbacks.h
|
| diff --git a/third_party/WebKit/Source/platform/AsyncFileSystemCallbacks.h b/third_party/WebKit/Source/platform/AsyncFileSystemCallbacks.h
|
| index ba29fb4bcd45a886ab862036681e3afb888d9dac..68b754791075baa2c10bd36a894aebd13ee3e678 100644
|
| --- a/third_party/WebKit/Source/platform/AsyncFileSystemCallbacks.h
|
| +++ b/third_party/WebKit/Source/platform/AsyncFileSystemCallbacks.h
|
| @@ -81,7 +81,9 @@ class PLATFORM_EXPORT AsyncFileSystemCallbacks {
|
| ASSERT_NOT_REACHED();
|
| }
|
|
|
| - // Called after a chunk of directory entries have been read (i.e. indicates it's good time to call back to the application). If hasMore is true there can be more chunks.
|
| + // Called after a chunk of directory entries have been read (i.e. indicates
|
| + // it's good time to call back to the application). If hasMore is true there
|
| + // can be more chunks.
|
| virtual void didReadDirectoryEntries(bool hasMore) { ASSERT_NOT_REACHED(); }
|
|
|
| // Called when an AsyncFileWrter has been created successfully.
|
|
|