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

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLResourcePreloaderTest.cpp

Issue 2386893002: Reformat comments in core/html/parser (Closed)
Patch Set: self review 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/html/parser/HTMLResourcePreloaderTest.cpp
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloaderTest.cpp b/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloaderTest.cpp
index 18412e99c6cf1a87bac9e53261befd63581c3cef..c28df17d67dd1c3a10c6f8d4fe8b4d677a552e88 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloaderTest.cpp
+++ b/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloaderTest.cpp
@@ -46,7 +46,8 @@ class HTMLResourcePreloaderTest : public testing::Test {
HTMLResourcePreloaderTest() : m_dummyPageHolder(DummyPageHolder::create()) {}
void test(PreconnectTestCase testCase) {
- // TODO(yoav): Need a mock loader here to verify things are happenning beyond preconnect.
+ // TODO(yoav): Need a mock loader here to verify things are happenning
+ // beyond preconnect.
PreloaderNetworkHintsMock networkHints;
std::unique_ptr<PreloadRequest> preloadRequest = PreloadRequest::create(
String(), TextPosition(), testCase.url,

Powered by Google App Engine
This is Rietveld 408576698