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

Unified Diff: third_party/WebKit/Source/core/frame/csp/CSPDirectiveListTest.cpp

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 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/frame/csp/CSPDirectiveListTest.cpp
diff --git a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveListTest.cpp b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveListTest.cpp
index 4c38b3d3b2ed4120d6e8708af392b177e99db163..b4c1891e5aed45a00b53ef48a6da38a9d1735670 100644
--- a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveListTest.cpp
+++ b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveListTest.cpp
@@ -157,8 +157,8 @@ TEST_F(CSPDirectiveListTest, AllowScriptFromSourceNoNonce) {
};
for (const auto& test : cases) {
- SCOPED_TRACE(testing::Message() << "List: `" << test.list << "`, URL: `"
- << test.url << "`");
+ SCOPED_TRACE(testing::Message()
+ << "List: `" << test.list << "`, URL: `" << test.url << "`");
KURL script_src = KURL(KURL(), test.url);
// Report-only
@@ -213,8 +213,8 @@ TEST_F(CSPDirectiveListTest, AllowFromSourceWithNonce) {
};
for (const auto& test : cases) {
- SCOPED_TRACE(testing::Message() << "List: `" << test.list << "`, URL: `"
- << test.url << "`");
+ SCOPED_TRACE(testing::Message()
+ << "List: `" << test.list << "`, URL: `" << test.url << "`");
KURL resource = KURL(KURL(), test.url);
// Report-only 'script-src'

Powered by Google App Engine
This is Rietveld 408576698