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

Unified Diff: third_party/WebKit/Source/core/loader/ProgressTracker.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/core/loader/ProgressTracker.cpp
diff --git a/third_party/WebKit/Source/core/loader/ProgressTracker.cpp b/third_party/WebKit/Source/core/loader/ProgressTracker.cpp
index fdda55adcda0d876b8aad894b9508cd99b82fdda..2a33ed27bb0e8883d6ee529b5f38583a6bfb6c4d 100644
--- a/third_party/WebKit/Source/core/loader/ProgressTracker.cpp
+++ b/third_party/WebKit/Source/core/loader/ProgressTracker.cpp
@@ -145,8 +145,9 @@ void ProgressTracker::willStartLoading(unsigned long identifier,
ProgressBarCompletion::LoadEvent &&
(m_finishedParsing || priority < ResourceLoadPriorityHigh))
return;
- m_progressItems.set(identifier, WTF::makeUnique<ProgressItem>(
- progressItemDefaultEstimatedLength));
+ m_progressItems.set(
+ identifier,
+ WTF::makeUnique<ProgressItem>(progressItemDefaultEstimatedLength));
}
void ProgressTracker::incrementProgress(unsigned long identifier,

Powered by Google App Engine
This is Rietveld 408576698