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

Unified Diff: third_party/WebKit/Source/platform/testing/URLTestHelpers.h

Issue 2385283002: reflow comments in platform/{testing,text} (Closed)
Patch Set: idunnolol 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/platform/testing/URLTestHelpers.h
diff --git a/third_party/WebKit/Source/platform/testing/URLTestHelpers.h b/third_party/WebKit/Source/platform/testing/URLTestHelpers.h
index 5886e35297ba2496b98ef6a6f709119f530dda66..8dccc9cd3aa0e696b807469b6bc1adb931ed6af7 100644
--- a/third_party/WebKit/Source/platform/testing/URLTestHelpers.h
+++ b/third_party/WebKit/Source/platform/testing/URLTestHelpers.h
@@ -46,10 +46,13 @@ inline blink::KURL toKURL(const std::string& url) {
return blink::KURL(blink::ParsedURLString, wtfString);
}
-// Helper functions for mock URLs. These functions set up the desired URL and mimeType, with a 200 OK return status.
+// Helper functions for mock URLs. These functions set up the desired URL and
+// mimeType, with a 200 OK return status.
// For the mock URL, fullURL == baseURL + fileName.
-// For the actual file path: <WebKit root directory> + relativeBaseDirectory + fileName,
-// or, if the relative base directory is not specified: <WebKit root directory> + fileName.
+// For the actual file path:
+// <WebKit root directory> + relativeBaseDirectory + fileName,
+// or, if the relative base directory is not specified:
+// <WebKit root directory> + fileName.
//
void registerMockedURLFromBaseURL(
const WebString& baseURL,

Powered by Google App Engine
This is Rietveld 408576698