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

Unified Diff: third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.h

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/modules/fetch/DataConsumerHandleTestUtil.h
diff --git a/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.h b/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.h
index e7a2d30af16165327537c085be996899c49c7521..420434ca271e57b24fec9cb38782ae536c61716a 100644
--- a/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.h
+++ b/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.h
@@ -480,9 +480,10 @@ class DataConsumerHandleTestUtil {
m_event(WTF::makeUnique<WaitableEvent>()),
m_isDone(false) {
m_thread->thread()->postTask(
- BLINK_FROM_HERE, crossThreadBind(&HandleReaderRunner::start,
- crossThreadUnretained(this),
- WTF::passed(std::move(handle))));
+ BLINK_FROM_HERE,
+ crossThreadBind(&HandleReaderRunner::start,
+ crossThreadUnretained(this),
+ WTF::passed(std::move(handle))));
}
~HandleReaderRunner() { wait(); }

Powered by Google App Engine
This is Rietveld 408576698