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

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

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.cpp
diff --git a/third_party/WebKit/Source/platform/testing/URLTestHelpers.cpp b/third_party/WebKit/Source/platform/testing/URLTestHelpers.cpp
index aa072548dff93aad1124ec18489624159c3bb090..6022f38426655a628e263e8c09fefb2dbfa230b7 100644
--- a/third_party/WebKit/Source/platform/testing/URLTestHelpers.cpp
+++ b/third_party/WebKit/Source/platform/testing/URLTestHelpers.cpp
@@ -93,7 +93,8 @@ void registerMockedURLLoadWithCustomResponse(
const WebString& fileName,
const WebString& relativeBaseDirectory,
WebURLResponse response) {
- // Physical file path for the mock = <webkitRootDir> + relativeBaseDirectory + fileName.
+ // Physical file path for the mock =
+ // <webkitRootDir> + relativeBaseDirectory + fileName.
String filePath = testing::blinkRootDir();
filePath.append("/Source/web/tests/data/");
filePath.append(relativeBaseDirectory);

Powered by Google App Engine
This is Rietveld 408576698