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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/MemoryCacheTest.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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/loader/fetch/MemoryCacheTest.cpp
diff --git a/third_party/WebKit/Source/platform/loader/fetch/MemoryCacheTest.cpp b/third_party/WebKit/Source/platform/loader/fetch/MemoryCacheTest.cpp
index 182fbcb8e5cb67374df7a212ceea796ec1560fec..77e57cda0c7e1df2ffe3ab598ae0f4b19a2f5c45 100644
--- a/third_party/WebKit/Source/platform/loader/fetch/MemoryCacheTest.cpp
+++ b/third_party/WebKit/Source/platform/loader/fetch/MemoryCacheTest.cpp
@@ -176,8 +176,9 @@ static void testResourcePruningAtEndOfTask(Resource* resource1,
resource2->finish();
Platform::current()->currentThread()->getWebTaskRunner()->postTask(
- BLINK_FROM_HERE, WTF::bind(&runTask1, wrapPersistent(resource1),
- wrapPersistent(resource2)));
+ BLINK_FROM_HERE,
+ WTF::bind(&runTask1, wrapPersistent(resource1),
+ wrapPersistent(resource2)));
Platform::current()->currentThread()->getWebTaskRunner()->postTask(
BLINK_FROM_HERE,
WTF::bind(&runTask2,
@@ -344,8 +345,9 @@ TEST_F(MemoryCacheTest, ResourceMapIsolation) {
const KURL url = KURL(ParsedURLString, "http://test/resource");
EXPECT_EQ(resource1, memoryCache()->resourceForURL(url));
- EXPECT_EQ(resource1, memoryCache()->resourceForURL(
- url, memoryCache()->defaultCacheIdentifier()));
+ EXPECT_EQ(resource1,
+ memoryCache()->resourceForURL(
+ url, memoryCache()->defaultCacheIdentifier()));
EXPECT_EQ(resource2, memoryCache()->resourceForURL(url, "foo"));
EXPECT_EQ(0, memoryCache()->resourceForURL(KURL()));

Powered by Google App Engine
This is Rietveld 408576698