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

Unified Diff: third_party/WebKit/Source/modules/filesystem/DOMFileSystem.cpp

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/DOMFileSystem.cpp
diff --git a/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.cpp b/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.cpp
index 09cbafbae24793b3a16f5764d2912da4f68e3817..a209202208975a99bd6531a92c33ed27b2957a76 100644
--- a/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.cpp
+++ b/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.cpp
@@ -73,8 +73,8 @@ DOMFileSystem* DOMFileSystem::createIsolatedFileSystem(
filesystemName.append(":Isolated_");
filesystemName.append(filesystemId);
- // The rootURL created here is going to be attached to each filesystem request and
- // is to be validated each time the request is being handled.
+ // The rootURL created here is going to be attached to each filesystem request
+ // and is to be validated each time the request is being handled.
StringBuilder rootURL;
rootURL.append("filesystem:");
rootURL.append(context->getSecurityOrigin()->toString());

Powered by Google App Engine
This is Rietveld 408576698