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

Unified Diff: third_party/WebKit/Source/core/frame/DOMTimerCoordinator.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/DOMTimerCoordinator.cpp
diff --git a/third_party/WebKit/Source/core/frame/DOMTimerCoordinator.cpp b/third_party/WebKit/Source/core/frame/DOMTimerCoordinator.cpp
index 59b3511990c8f11b6f0e9765218dd0afe10d9da1..3d0e8670708938d80f67e264396dc162b697ded2 100644
--- a/third_party/WebKit/Source/core/frame/DOMTimerCoordinator.cpp
+++ b/third_party/WebKit/Source/core/frame/DOMTimerCoordinator.cpp
@@ -4,10 +4,10 @@
#include "core/frame/DOMTimerCoordinator.h"
-#include "core/dom/ExecutionContext.h"
-#include "core/frame/DOMTimer.h"
#include <algorithm>
#include <memory>
+#include "core/dom/ExecutionContext.h"
+#include "core/frame/DOMTimer.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698