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

Unified Diff: third_party/WebKit/Source/core/fileapi/FileReaderLoader.h

Issue 2394653003: reflow comments in core/events,core/fileapi (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/core/fileapi/FileReaderLoader.h
diff --git a/third_party/WebKit/Source/core/fileapi/FileReaderLoader.h b/third_party/WebKit/Source/core/fileapi/FileReaderLoader.h
index 718199b6120216ad804292f66ed8943d6eff6f20..62f37d24dc78e609976cdd4999d162cf9d0b8eea 100644
--- a/third_party/WebKit/Source/core/fileapi/FileReaderLoader.h
+++ b/third_party/WebKit/Source/core/fileapi/FileReaderLoader.h
@@ -65,7 +65,8 @@ class CORE_EXPORT FileReaderLoader final : public ThreadableLoaderClient {
ReadByClient
};
- // If client is given, do the loading asynchronously. Otherwise, load synchronously.
+ // If client is given, do the loading asynchronously. Otherwise, load
+ // synchronously.
static std::unique_ptr<FileReaderLoader> create(
ReadType readType,
FileReaderLoaderClient* client) {
« no previous file with comments | « third_party/WebKit/Source/core/fileapi/FileReader.cpp ('k') | third_party/WebKit/Source/core/fileapi/FileReaderLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698